Skip to content

Commit

Permalink
Back to GITHUB_TOKEN in Build Binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-short committed Jan 4, 2024
1 parent 55bb10d commit c2b258d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
- name: Running govulncheck
uses: Templum/[email protected]
with:
github-token: ${{ secrets.ACTIONS_PAT }}
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Go ⚙️
uses: actions/setup-go@v4
with:
go-version: '>=1.18.0'
token: ${{ secrets.ACTIONS_PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
check-latest: true
- run: go run chkcerts.go https://chrisshort.net 90

Expand Down

0 comments on commit c2b258d

Please sign in to comment.