Skip to content

Commit

Permalink
Use WORKFLOW_TOKEN secret token
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Morales committed Feb 5, 2025
1 parent e4c33b8 commit 40abec1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
with:
# Fine-grained PAT with contents:write and workflows:write scopes
token: ${{ secrets.WORKFLOW_TOKEN }}
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # 5.3.0
with:
go-version: "^1.23"
Expand Down

0 comments on commit 40abec1

Please sign in to comment.