Skip to content

Commit

Permalink
ci: Trying to get releasing working
Browse files Browse the repository at this point in the history
  • Loading branch information
xntrik committed Mar 4, 2024
1 parent 1eef193 commit 56cea7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/threatcl-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Go dev release
uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ github.token }}
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
release_tag: dev
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Go dev release
uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ github.token }}
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
release_tag: dev
Expand Down

0 comments on commit 56cea7d

Please sign in to comment.