fix: use RELEASE_PAT so tag push triggers release workflow (#1736)

This commit is contained in:
Manfred Riem
2026-03-02 13:31:18 -06:00
committed by GitHub
parent 658ab2a38c
commit 78ed453e38

View File

@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.RELEASE_PAT }}
- name: Configure Git - name: Configure Git
run: | run: |
@@ -141,7 +141,7 @@ jobs:
- name: Open pull request - name: Open pull request
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.RELEASE_PAT }}
run: | run: |
gh pr create \ gh pr create \
--base main \ --base main \