Skip to content

Commit da3309c

Browse files
committed
chore: add GH_TOKEN for private repo
1 parent 0ce1089 commit da3309c

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: ${{secrets.GH_TOKEN_3}}
28+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
- name: Some Job
3030
run: echo "sample"

0 commit comments

Comments
 (0)