Skip to content

Commit 4ef7ecf

Browse files
committed
Try secrets: inherit first
1 parent dcdad98 commit 4ef7ecf

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/mozcloud-publish.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
packages: write # Only required if you're publishing to GHCR
2626
id-token: write
2727
uses: mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@wiz-scanning
28-
secrets:
29-
WIZ_CLIENT_ID: ${{ secrets.WIZ_CLIENT_ID }}
30-
WIZ_CLIENT_SECRET: ${{ secrets.WIZ_CLIENT_SECRET }}
28+
secrets: inherit
3129
with:
3230
image_name: go-demo
3331
gar_name: cicd-demos-nonprod

0 commit comments

Comments
 (0)