Skip to content

Commit

Permalink
fix: add env var to nightly script (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGedd committed Jul 17, 2024
1 parent 686a6b7 commit dbda521
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
- name: Create tag
run: |
./hack/create-nightly-tag.sh
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN}}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
Expand Down

0 comments on commit dbda521

Please sign in to comment.