We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent befb211 commit 39a3230Copy full SHA for 39a3230
.github/workflows/release-source.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: checkout repository
34
uses: actions/checkout@v3
35
with:
36
- token: ${{ github.token }}
+ token: ${{ secrets.CHECKOUT_TOKEN || github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
37
# checkout this workflow repository to get actions
38
- name: checkout github-workflows repository
39
0 commit comments