Skip to content

Commit

Permalink
Change PAT to GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ecbr0wn committed Feb 25, 2024
1 parent 9dbc3ac commit bf9d532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Repository Dispatch
uses: benc-uk/workflow-dispatch@v1
with:
token: ${{ secrets.PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
repo: a1ecbr0wn/snapcraft
ref: refs/heads/main
workflow: snap.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Repository Dispatch
uses: benc-uk/workflow-dispatch@v1
with:
token: ${{ secrets.PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
repo: a1ecbr0wn/snapcraft
ref: refs/heads/main
workflow: release-example.yml
Expand Down

0 comments on commit bf9d532

Please sign in to comment.