Skip to content

Commit

Permalink
ci(bug): Update permissions in JSON rpc relay for GITHUB_TOKEN (#3183)
Browse files Browse the repository at this point in the history
**Description**:
Added `packages: write` permission per
https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic
May need to modify other files modified by #3124

**Related Issue(s)**:
Relates to #3124
Relates to #3182

Signed-off-by: Roger Barker <[email protected]>
  • Loading branch information
rbarkerSL authored Oct 30, 2024
1 parent ff2c827 commit 040a717
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:

permissions:
contents: read
packages: write

jobs:
docker-image-publish:
Expand Down

0 comments on commit 040a717

Please sign in to comment.