Skip to content

Commit 0ce1089

Browse files
committed
chore: fix ghToken naming issue
1 parent 3a6c5e1 commit 0ce1089

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
uses: ./
2626
with:
2727
skipOnCommitMsg: "sample"
28-
ghToken: ${{secrects.GH_TOKEN_3}}
28+
ghToken: ${{secrets.GH_TOKEN_3}}
2929
- name: Some Job
3030
run: echo "sample"

0 commit comments

Comments
 (0)