Skip to content

Commit

Permalink
Merge pull request #28 from Imper1um/22_FixAutoPRDeploy
Browse files Browse the repository at this point in the history
Switching to FINE_GRAINED_PAT
  • Loading branch information
Imper1um authored Sep 26, 2023
2 parents 3f39e4c + 89f4023 commit 9f974e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Authenticate with GitHub CLI
run: echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
run: echo ${{ secrets.FINE_GRAINED_PAT }} | gh auth login --with-token

- name: Extract and Increment Version
run: |
Expand Down Expand Up @@ -72,4 +72,4 @@ jobs:
pr_body: "Auto PR to update version number."
pr_label: "automerge"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.FINE_GRAINED_PAT }}

0 comments on commit 9f974e2

Please sign in to comment.