Skip to content

Commit 0f7efcf

Browse files
committed
Fix GitHub release permissions
- Add GITHUB_TOKEN environment variable to release job - This should resolve the 'Resource not accessible by integration' error - Required for creating releases from GitHub Actions
1 parent dee5562 commit 0f7efcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,5 @@ jobs:
155155
aggregated-artifacts/**/*.sha256
156156
aggregated-artifacts/SHA256SUMS
157157
generate_release_notes: true
158+
env:
159+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)