Skip to content

Commit

Permalink
Automation with a smile
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-short committed Jan 4, 2024
1 parent c047113 commit efb516d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 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.ACTIONS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
check-latest: true
- run: go run chkcerts.go https://chrisshort.net 90

Expand All @@ -38,3 +38,5 @@ jobs:
with:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}

0 comments on commit efb516d

Please sign in to comment.