Skip to content

Commit

Permalink
GITHUB_TOKEN instead of GH_PAT? Release is deprecated... Hmm...
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-short committed Jan 4, 2024
1 parent 4e6e317 commit b306110
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
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.GH_PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
check-latest: true
- run: go run chkcerts.go https://chrisshort.net 90

Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/create_release.yaml

This file was deleted.

0 comments on commit b306110

Please # to comment.