Skip to content

Commit 39a3230

Browse files
committed
fix token
1 parent befb211 commit 39a3230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: checkout repository
3434
uses: actions/checkout@v3
3535
with:
36-
token: ${{ github.token }}
36+
token: ${{ secrets.CHECKOUT_TOKEN || github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
3737
# checkout this workflow repository to get actions
3838
- name: checkout github-workflows repository
3939
uses: actions/checkout@v3

0 commit comments

Comments
 (0)