Skip to content
Discussion options

You must be logged in to vote

The "Resource not accessible by integration" error is most commonly caused by insufficient permissions for the token being used by the workflow.

A few things to check:

Ensure your workflow grants the required permissions. For creating releases, you will typically need:
permissions:
contents: write
If you're using the default GITHUB_TOKEN, verify that the repository's Workflow permissions are configured to allow Read and write permissions instead of read-only.
If the workflow is triggered by a pull request from a fork, be aware that GitHub intentionally restricts the permissions available to the workflow for security reasons. In that case, creating releases or modifying repository contents…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by daniyal-debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Question Ask and answer questions about GitHub features and usage ARC (Actions Runner Controller) For issues and discussions related to the Actions Runner Controller project source:ui Discussions created via Community GitHub templates
2 participants