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.
2 parents 9491ee6 + 34cf58a commit f6d8fdbCopy full SHA for f6d8fdb
.github/workflows/self-zizmor.yaml
@@ -37,6 +37,7 @@ jobs:
37
steps:
38
- id: get-secrets
39
uses: grafana/shared-workflows/actions/[email protected]
40
+ continue-on-error: true # Will fail for external repos
41
with:
42
# Secrets placed in the ci/common/<path> path in Vault
43
common_secrets: |
@@ -46,6 +47,7 @@ jobs:
46
47
id: get-github-token
48
uses: actions/create-github-app-token@v2
49
continue-on-error: true
50
+ if: ${{ env.ZIZMOR_APP_ID != '' }}
51
52
app-id: ${{ env.ZIZMOR_APP_ID }}
53
private-key: ${{ env.ZIZMOR_PRIVATE_KEY }}
0 commit comments