Skip to content

Commit c639828

Browse files
committed
add GITHUB_TOKEN to release CI script
1 parent b7dc216 commit c639828

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/storybook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ jobs:
358358
env:
359359
DSE_API_RELEASE_TOKEN: ${{ secrets.DSE_API_RELEASE_TOKEN }}
360360
VERSION_FROM_TAG: ${{ github.event.release.tag_name }}
361+
GITHUB_TOKEN: ${{ steps.get_installation_token.outputs.token }}
361362
run: |-
362363
gh release view ${VERSION_FROM_TAG} | grep ${VERSION_FROM_TAG}
363364

0 commit comments

Comments
 (0)