Skip to content

Commit

Permalink
fix: env var token name change
Browse files Browse the repository at this point in the history
  • Loading branch information
Samika Kashyap committed Jan 18, 2024
1 parent 536c9e5 commit 3dc80f0
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.GH_TOKEN_PAT }}
GH_TOKEN: ${{ secrets.GH_TOKEN_PAT }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 3dc80f0

Please sign in to comment.