Skip to content

Fix release workflow 403 by granting contents write permission - #8

Closed
Topsy2003Turvey with Copilot wants to merge 4 commits into
mainfrom
copilot/fix-release-job-failure
Closed

Fix release workflow 403 by granting contents write permission#8
Topsy2003Turvey with Copilot wants to merge 4 commits into
mainfrom
copilot/fix-release-job-failure

Conversation

Copilot AI commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Changes

The release job failed at release creation with 403 Resource not accessible by integration due to insufficient token permissions. This updates the workflow with the minimum permission needed so release publishing can proceed.

  • Workflow permission fix
    • Added explicit job-level permission to .github/workflows/release-on-merge.yml:
      jobs:
        release:
          permissions:
            contents: write
  • Scope
    • No build/release logic changes; only GitHub Actions authorization scope for the existing release step.

Context

Copilot AI changed the title [WIP] Fix failing GitHub Actions job release Fix release workflow 403 by granting contents write permission Jul 20, 2026
Copilot AI requested a review from Topsy2003Turvey July 20, 2026 14:36
Copilot stopped work on behalf of Topsy2003Turvey due to an error August 4, 2026 07:28
@progit2-af progit2-af deleted a comment from Copilot AI Aug 4, 2026
@progit2-af progit2-af deleted a comment from Copilot AI Aug 4, 2026
@progit2-af progit2-af deleted a comment from Copilot AI Aug 4, 2026
@Topsy2003Turvey
Topsy2003Turvey deleted the copilot/fix-release-job-failure branch August 4, 2026 10:28
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