Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 125363c

Browse files
authored
Fix checkout token for nightly build tag
1 parent 68f7050 commit 125363c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tag_nightly.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13+
with:
14+
token: ${{ secrets.NIGHTLY_BUILD_TOKEN }}
1315
- name: Tag
1416
run: |
1517
git tag nightly$(date +"%Y%m%d")

0 commit comments

Comments
 (0)