Skip to content

Commit 949af7f

Browse files
committed
Fix release workflow
https://github.com/ruby-go-gem/go-gem-wrapper/actions/runs/11642268067/job/32421673488 ``` ⚠️ GitHub release failed with status: 403 {"message":"Resource not accessible by integration","documentation_url":"https://docs.github.com/rest/releases/releases#create-a-release","status":"403"} Skip retry — your GitHub token/PAT does not have the required permission to create a release Error: Resource not accessible by integration - https://docs.github.com/rest/releases/releases#create-a-release ```
1 parent 3c18bf4 commit 949af7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- "v*"
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
publish:
1013
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)