Skip to content

Commit 299a36c

Browse files
committed
Use PAT to trigger follow up workflows
1 parent 60006e2 commit 299a36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Create release on github.event.inputs.versionIncrement
5353
uses: thomaseizinger/[email protected]
5454
env:
55-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55+
GITHUB_TOKEN: ${{ secrets.SBPAT }}
5656
with:
5757
tag_name: v${{ github.event.inputs.versionIncrement }}
5858
target_commitish: ${{ env.RELEASE_COMMIT_HASH }}

0 commit comments

Comments
 (0)