Skip to content

Commit

Permalink
add token
Browse files Browse the repository at this point in the history
  • Loading branch information
linyows committed Jan 13, 2025
1 parent a6fd61a commit 93c8ed0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
apt install -qqy golang
go install github.com/tcnksm/ghr@latest
make github_release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

debian:
name: Build on ${{matrix.container }}
Expand All @@ -54,8 +56,10 @@ jobs:
- name: Create package
run: |
make deb
- uses: actions/setup-go@v5
- name: Release
run: |
apt install -qqy golang
go install github.com/tcnksm/ghr@latest
make github_release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 93c8ed0

Please sign in to comment.