Skip to content

Commit

Permalink
fix: revert to using pat for release prs (╯°□°)╯︵ ┻━┻ (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 authored Aug 2, 2024
1 parent 1eae647 commit c7b8a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# See https://github.com/3box/rust-builder
image: public.ecr.aws/r5b3e0r5/3box/rust-builder:latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_PAT }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit c7b8a75

Please sign in to comment.