Skip to content

Commit 26cdc75

Browse files
authored
fix(gha): Set package permission to none
1 parent d0ec45c commit 26cdc75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
push:
55
branches:
66
- master
7+
- fix/gha-package-permission
78

89
jobs:
910
build-and-push:
1011
secrets: inherit
1112
permissions:
1213
contents: read
1314
id-token: write
15+
packages: none
1416
uses: mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@main
1517
with:
1618
image_name: phabricator

0 commit comments

Comments
 (0)