Skip to content

Commit

Permalink
Fix nightly.yml - GH_TOKEN was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
spitzerd committed Jan 2, 2025
1 parent 77ebff1 commit bad06a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:

- name: "Delete Old Nightly Releases"
run: "gh release delete nightly -y"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: "Update Nightly Tag"
run: "git tag -f nightly && git push -f origin nightly"
Expand Down

0 comments on commit bad06a3

Please sign in to comment.