We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38125ae commit ff26356Copy full SHA for ff26356
2 files changed
.github/workflows/shared-zizmor.yml
@@ -22,5 +22,13 @@ jobs:
22
with:
23
persist-credentials: false
24
25
+ - id: token
26
+ uses: immich-app/devtools/actions/create-workflow-token@caa599d954228439ea3e8ce1c3328f41ab120ee6 # create-workflow-token-action-v2.0.0
27
+ with:
28
+ client-id: ${{ secrets.PUSH_O_MATIC_APP_CLIENT_ID }}
29
+ private-key: ${{ secrets.PUSH_O_MATIC_APP_KEY }}
30
+
31
- name: Run zizmor 🌈
32
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
33
34
+ token: ${{ steps.token.outputs.token }}
tf/deployment/modules/shared/github/org/repo-files/.github/workflows/org-zizmor.yml
@@ -13,3 +13,4 @@ jobs:
13
actions: read
14
contents: read
15
security-events: write
16
+ secrets: inherit
0 commit comments