We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3600e81 commit 2b8b128Copy full SHA for 2b8b128
1 file changed
.github/workflows/release.yml
@@ -123,7 +123,7 @@ jobs:
123
- name: Trigger CLI publish
124
if: steps.changesets.outputs.hasChangesets == 'false' && steps.detect_release.outputs.changed == 'true'
125
env:
126
- GH_TOKEN: ${{ secrets.RELEASE_PAT || github.token }}
+ GH_TOKEN: ${{ github.token }}
127
RELEASE_TAG: ${{ steps.validate_release.outputs.tag }}
128
run: |
129
gh workflow run publish-executor-package.yml --ref "$RELEASE_TAG" -f tag="$RELEASE_TAG"
0 commit comments