Skip to content

Commit 2b8b128

Browse files
committed
Use workflow token for release dispatch
1 parent 3600e81 commit 2b8b128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: Trigger CLI publish
124124
if: steps.changesets.outputs.hasChangesets == 'false' && steps.detect_release.outputs.changed == 'true'
125125
env:
126-
GH_TOKEN: ${{ secrets.RELEASE_PAT || github.token }}
126+
GH_TOKEN: ${{ github.token }}
127127
RELEASE_TAG: ${{ steps.validate_release.outputs.tag }}
128128
run: |
129129
gh workflow run publish-executor-package.yml --ref "$RELEASE_TAG" -f tag="$RELEASE_TAG"

0 commit comments

Comments
 (0)