Skip to content

Fix Release workflow token permissions for Changesets branch/PR updates#1140

Draft
Copilot wants to merge 2 commits into
developfrom
copilot/fix-github-actions-release-job
Draft

Fix Release workflow token permissions for Changesets branch/PR updates#1140
Copilot wants to merge 2 commits into
developfrom
copilot/fix-github-actions-release-job

Conversation

Copilot AI commented Jun 24, 2026

Copy link
Copy Markdown

The Release GitHub Actions job was failing when changesets/action attempted to push changeset-release/develop, returning 403 Permission denied to github-actions[bot]. This prevented automated release PR/version updates on develop.

  • Root cause

    • Workflow permissions in .github/workflows/release.yml were restricted to contents: read, which is insufficient for Changesets to push commits or update release PRs.
  • Workflow permission update

    • Restored repository write scope required by release automation:
      • contents: write
      • pull-requests: write
  • Resulting behavior

    • changesets/action can now perform its expected write operations (branch push + PR management) in the Release workflow.
permissions:
  id-token: write
  contents: write
  pull-requests: write

@changeset-bot

changeset-bot Bot commented Jun 24, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: c09a85d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify

netlify Bot commented Jun 24, 2026

Copy link
Copy Markdown

Deploy Preview for sovryn-dapp ready!

Name Link
🔨 Latest commit 826ed9e
🔍 Latest deploy log https://app.netlify.com/projects/sovryn-dapp/deploys/6a3c0b11676529000708fa37
😎 Deploy Preview https://deploy-preview-1140.preview.sovryns.dev
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI changed the title [WIP] Fix failing GitHub Actions job 'Release' Fix Release workflow token permissions for Changesets branch/PR updates Jun 24, 2026
Copilot AI requested a review from tjcloa June 24, 2026 17:00
@netlify

netlify Bot commented Jun 24, 2026

Copy link
Copy Markdown

Deploy Preview for sovryn-dapp ready!

Name Link
🔨 Latest commit c09a85d
🔍 Latest deploy log https://app.netlify.com/projects/sovryn-dapp/deploys/6a3c0ce71e76cb00082e5c3e
😎 Deploy Preview https://deploy-preview-1140.preview.sovryns.dev
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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