We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ebff1 commit bad06a3Copy full SHA for bad06a3
.github/workflows/nightly.yml
@@ -68,6 +68,8 @@ jobs:
68
69
- name: "Delete Old Nightly Releases"
70
run: "gh release delete nightly -y"
71
+ env:
72
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73
74
- name: "Update Nightly Tag"
75
run: "git tag -f nightly && git push -f origin nightly"
0 commit comments