We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775cdb3 commit 5c78ccaCopy full SHA for 5c78cca
.github/workflows/release-pr.yml
@@ -41,6 +41,8 @@ jobs:
41
git commit -m "Release manifest update"
42
git push origin ${{ env.target_branch }}
43
- name: Create pull request
44
+ env:
45
+ GITHUB_TOKEN: ${{ secrets.PAT }}
46
run: |
47
gh api \
48
--method POST \
0 commit comments