Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ci: fix release job permissions (Resource not accessible by integration) - #9

Merged
hackmajoris merged 1 commit into
masterfrom
ci/fix-release-token-permission
Sep 10, 2026
Merged

ci: fix release job permissions (Resource not accessible by integration)#9
hackmajoris merged 1 commit into
masterfrom
ci/fix-release-token-permission

Conversation

@hackmajoris

Copy link
Copy Markdown
Owner

The 1.0.0 tag build failed at the release step: 'Could not create new tag refs/tags/1.0.0 (Resource not accessible by integration)'. This repo's default Actions workflow permission is read-only (repos/hackmajoris/rebased/actions/permissions/workflow -> default_workflow_permissions: read), so GITHUB_TOKEN can't create the release/tag. Added explicit permissions: contents: write scoped to just the release job.

@hackmajoris
hackmajoris merged commit 3f2ec9d into master Sep 10, 2026
2 of 3 checks passed
name: Create Release
runs-on: ubuntu-latest
permissions:
contents: write
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants