Skip to content

Commit d93dcb0

Browse files
mattsilvclaude
andcommitted
Fix GitHub release workflow permissions
- Add explicit GITHUB_TOKEN to the softprops/action-gh-release step - This should fix the "Resource not accessible by integration" error 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 67af437 commit d93dcb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,6 @@ jobs:
4848
with:
4949
files: |
5050
codesight-${{ github.ref_name }}.tar.gz
51-
codesight-${{ github.ref_name }}.zip
51+
codesight-${{ github.ref_name }}.zip
52+
env:
53+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)