Skip to content

Commit af5932f

Browse files
Attempt 3
1 parent 2170e6f commit af5932f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nightly-tag.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
with:
1515
fetch-depth: 0
16+
token: ${{ secrets.GITHUB_PAT }}
1617

1718
- name: Create or update nightly tag
1819
run: |
@@ -25,4 +26,6 @@ jobs:
2526
2627
# Create new nightly tag
2728
git tag nightly
28-
git push origin nightly
29+
git push origin nightly
30+
env:
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_PAT }}

0 commit comments

Comments
 (0)