Skip to content

Commit

Permalink
ACTIONS_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-short committed Jan 4, 2024
1 parent a2fa6e9 commit bcbbb6b
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/govulncheck-action@v0.10.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.ACTIONS_TOKEN }}

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

Expand Down

0 comments on commit bcbbb6b

Please # to comment.