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 4d1e309 commit 8e864cfCopy full SHA for 8e864cf
.github/workflows/check-action-secrets.yml
@@ -50,4 +50,4 @@ jobs:
50
if: ${{fromJSON(steps.decision.outputs.enough) == true}}
51
uses: remal-github-actions/check-action-secrets@v1
52
with:
53
- githubToken: ${{secrets.LIST_SECRETS}}
+ githubToken: ${{secrets.LIST_SECRETS || github.token}}
0 commit comments