Skip to content

Commit 684e664

Browse files
authored
fix(gha): Set package permission to match referenced workflow.
2 parents d0ec45c + df374ad commit 684e664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
permissions:
1212
contents: read
1313
id-token: write
14+
packages: write
1415
uses: mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@main
1516
with:
1617
image_name: phabricator
1718
gar_name: phabricator-prod
1819
project_id: moz-fx-phabricator-prod
1920
prebuild_script: true
20-
image_tag_metadata: ${{ github.sha }}

0 commit comments

Comments
 (0)