Skip to content

Commit cb27029

Browse files
authored
Merge pull request #8 from Jonas-Construction-Software/chore/upstream-sync-main-2026-03-06
fix: use GH_TOKEN for GitHub CLI in release-trigger workflow
2 parents f812347 + 9de482a commit cb27029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
142142
- name: Open pull request
143143
env:
144-
GITHUB_TOKEN: ${{ secrets.RELEASE_PAT }}
144+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
145145
run: |
146146
gh pr create \
147147
--base main \

0 commit comments

Comments
 (0)