Skip to content

Commit 3db5621

Browse files
committed
Fix publish to trigger downstream proposals
1 parent b95d089 commit 3db5621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: steps.tag_check.outputs.exists_tag == 'false' && github.event.pull_request.merged == true
6565
uses: actions/create-release@v1
6666
env:
67-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67+
GITHUB_TOKEN: ${{ secrets.WORKLOW_TRIGGERABLE_GITHUB_TOKEN }}
6868
with:
6969
tag_name: v${{ env.CURRENT_VERSION }}
7070
# Copy Pull Request's tile and body to Release Note

0 commit comments

Comments
 (0)