Skip to content

Commit 5c78cca

Browse files
Add PAT back in
1 parent 775cdb3 commit 5c78cca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
git commit -m "Release manifest update"
4242
git push origin ${{ env.target_branch }}
4343
- name: Create pull request
44+
env:
45+
GITHUB_TOKEN: ${{ secrets.PAT }}
4446
run: |
4547
gh api \
4648
--method POST \

0 commit comments

Comments
 (0)