We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658ab2a commit 78ed453Copy full SHA for 78ed453
1 file changed
.github/workflows/release-trigger.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v6
20
with:
21
fetch-depth: 0
22
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.RELEASE_PAT }}
23
24
- name: Configure Git
25
run: |
@@ -141,7 +141,7 @@ jobs:
141
142
- name: Open pull request
143
env:
144
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.RELEASE_PAT }}
145
146
gh pr create \
147
--base main \
0 commit comments