Skip to content

Commit aa3ab25

Browse files
committed
actions:update
1 parent 7931fe9 commit aa3ab25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sh-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Run the sh-checker
1111
uses: luizm/[email protected]
1212
env:
13-
GITHUB_TOKEN: ${{ secrets.SECRET_SECRET }}
13+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1414
SHELLCHECK_OPTS: -e SC2034,SC1091 # It is possible to exclude some shellcheck warnings.
1515
SHFMT_OPTS: -ci -sr -i 0 # It is possible to pass arguments to shftm
1616
with:

0 commit comments

Comments
 (0)