Skip to content

Commit

Permalink
ACTIONS_PAT for Go Setup?
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-short committed Jan 4, 2024
1 parent c2b258d commit a2fa6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '>=1.18.0'
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.ACTIONS_PAT }}
check-latest: true
- run: go run chkcerts.go https://chrisshort.net 90

Expand Down

0 comments on commit a2fa6e9

Please sign in to comment.