Skip to content

Commit

Permalink
Unique Actions Token
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-short committed Jan 4, 2024
1 parent 464bd3b commit 55bb10d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.GITHUB_TOKEN }}
github-token: ${{ secrets.ACTIONS_PAT }}

- name: Set up Go ⚙️
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
2 changes: 1 addition & 1 deletion .github/workflows/build_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GH_TOKEN }}
password: ${{ secrets.ACTIONS_PAT }}

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit 55bb10d

Please sign in to comment.