ci: add actions:read permission for BitGo/build-system resolution#259
Merged
zahin-mohammad merged 1 commit intoJul 23, 2026
Merged
Conversation
The trigger-demo-kms-api-release job uses the private action BitGo/build-system/get-github-token@v6. GitHub Actions requires the actions:read permission to download actions from private repositories in the same organisation; without it, the runner fails during "Set up job" with: Unable to resolve action `bitgo/build-system`, not found The pull_request.yaml workflow already includes this permission with the comment "required by BitGo/build-system". This commit brings release-to-ghcr.yaml into alignment. The two consecutive release failures (2026-07-08 and 2026-07-23) both hit this error after the trigger-demo-kms-api-release job was introduced in commit 10e8df0. Ticket: WCN-1601 Session-Id: 631b2036-5e16-4817-bc5e-f857c5f78c35 Task-Id: ced76a25-0fc3-45b7-b60b-444e751592da
bitgo-ai-agent-dev
Bot
force-pushed
the
wcn-1601-fix-akm-release-ghcr-build-system
branch
from
July 23, 2026 17:18
fa5bd44 to
05fa1f8
Compare
zahin-mohammad
marked this pull request as ready for review
July 23, 2026 17:20
zahin-mohammad
approved these changes
Jul 23, 2026
gokulhost
approved these changes
Jul 23, 2026
zahin-mohammad
enabled auto-merge
July 23, 2026 17:21
s84krish
approved these changes
Jul 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
actions: readto the workflow-levelpermissionsblock in.github/workflows/release-to-ghcr.yamlWhy
Trigger demo-kms-api release to GHCRjob (added in WCN-1101) uses the private actionBitGo/build-system/get-github-token@v6. GitHub Actions requires theactions: readpermission to resolve and download actions from private repositories in the same organisation.Unable to resolve action 'bitgo/build-system', not foundpull_request.yamlworkflow already carries this permission with the comment "required by BitGo/build-system"; this PR bringsrelease-to-ghcr.yamlinto alignment.Test plan
workflow_dispatchrun of "Release to GHCR" — theTrigger demo-kms-api release to GHCRjob should now reach "Get GitHub token" instead of failing at "Set up job"Ticket: WCN-1601