We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4df28 commit aea1466Copy full SHA for aea1466
.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