Skip to content

Commit

Permalink
ci: use PAT when resolving refs (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
cor authored Aug 10, 2023
2 parents 6e86a92 + 0a62c3c commit 5f70af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slash-command-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
id: refs
uses: eficode/resolve-pr-refs@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PAT }}
- name: Slash Command Dispatch
uses: peter-evans/slash-command-dispatch@v3
with:
Expand Down

0 comments on commit 5f70af6

Please sign in to comment.