Skip to content

Commit

Permalink
ci: add missing GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
nedpals committed Dec 1, 2023
1 parent d08588b commit 88b2a70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: nightly
args: release --clean
workdir: server
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

release:
needs: goreleaser
Expand Down

0 comments on commit 88b2a70

Please sign in to comment.