Skip to content

Commit 6a225d9

Browse files
authored
build: checkout with credentials (#189)
1 parent c11af4c commit 6a225d9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525
- uses: actions/setup-node@v2
2626
with:
2727
node-version: '14'
28-
- uses: actions/checkout@v2
28+
- name: Checkout
29+
uses: actions/checkout@v3
30+
with:
31+
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
2932
- uses: actions/cache@v2
3033
with:
3134
path: ~/.npm

0 commit comments

Comments
 (0)