Skip to content

Commit

Permalink
Merge pull request #1368 from alphagov/add-packages-write-permission
Browse files Browse the repository at this point in the history
Pass packages write permissions for image build workflows
  • Loading branch information
theseanything authored Jul 8, 2024
2 parents 2746e3a + 20e9c4e commit 1322cc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-clamav-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
permissions:
id-token: write
contents: read
packages: write
1 change: 1 addition & 0 deletions .github/workflows/build-mongodb-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
permissions:
id-token: write
contents: read
packages: write
1 change: 1 addition & 0 deletions .github/workflows/build-toolbox-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
permissions:
id-token: write
contents: read
packages: write

0 comments on commit 1322cc7

Please sign in to comment.