Skip to content

Commit 8e864cf

Browse files
authored
Update check-action-secrets.yml
1 parent 4d1e309 commit 8e864cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-action-secrets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
if: ${{fromJSON(steps.decision.outputs.enough) == true}}
5151
uses: remal-github-actions/check-action-secrets@v1
5252
with:
53-
githubToken: ${{secrets.LIST_SECRETS}}
53+
githubToken: ${{secrets.LIST_SECRETS || github.token}}

0 commit comments

Comments
 (0)