Skip to content

Commit

Permalink
Use WORKFLOW_TOKEN secret token
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Feb 5, 2025
1 parent 81f2bbd commit 17e308e
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 @@ -21,6 +21,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: technote-space/create-pr-action@91114507cf92349bec0a9a501c2edf1635427bc5 # 2.1.4
with:
EXECUTE_COMMANDS: |
Expand Down

0 comments on commit 17e308e

Please sign in to comment.