mirror of
https://github.com/directus/directus.git
synced 2026-01-10 08:38:08 -05:00
Use release PAT to trigger workflows (#25849)
This commit is contained in:
2
.github/workflows/prepare-release.yml
vendored
2
.github/workflows/prepare-release.yml
vendored
@@ -137,7 +137,7 @@ jobs:
|
||||
- name: Create release PR
|
||||
id: create-pr
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
GH_TOKEN: ${{ secrets.RELEASE_PAT }}
|
||||
run: |
|
||||
VERSION=${{ github.event.inputs.version }}
|
||||
TAG="v$VERSION"
|
||||
|
||||
Reference in New Issue
Block a user