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.
2 parents 12d3a27 + 9eb7deb commit 5213048Copy full SHA for 5213048
.github/workflows/release.yml
@@ -86,7 +86,7 @@ jobs:
86
with:
87
source_branch: automated-release-${{ github.event.inputs.releaseVersion }}
88
destination_branch: ${{ github.ref_name }}
89
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.PAT_TOKEN }}
90
pr_title: "Automated Release: ${{ github.event.inputs.releaseVersion }}"
91
- name: Publish Release
92
if: ${{ github.event.inputs.dry-run != 'true' }}
0 commit comments