Skip to content

Commit

Permalink
Build Binaries failing due to 401 (auth) error
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-short committed Jan 4, 2024
1 parent ee7584d commit 4e6e317
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Running govulncheck
uses: Templum/govulncheck-action@v0.10.1
with:
github-token: ${{ secrets.GH_PAT }}
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Go ⚙️
uses: actions/setup-go@v4
Expand All @@ -38,5 +38,3 @@ jobs:
with:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 comments on commit 4e6e317

Please # to comment.