Skip to content

Commit

Permalink
fix: adding PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
Samika Kashyap committed Jan 18, 2024
1 parent 64e3c90 commit 536c9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 536c9e5

Please sign in to comment.