Skip to content

Commit 1a930e4

Browse files
committed
chore: fix test.yml file
1 parent 918d466 commit 1a930e4

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
@@ -18,6 +18,6 @@ jobs:
1818
uses: ./
1919
with:
2020
skipOnCommitMsg: "sample"
21-
ghToken: ${{secrects.GH_TOKEN_3}}
21+
ghToken: ${{secrets.GH_TOKEN_3}}
2222
- name: Some Job
2323
run: echo "sample"

0 commit comments

Comments
 (0)