Skip to content

Commit 9682451

Browse files
committed
get GITHUB_TOKEN to release CI script
1 parent c639828 commit 9682451

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/storybook.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,11 @@ jobs:
348348
needs:
349349
- framework-build
350350
steps:
351+
- uses: tibdex/github-app-token@v1
352+
id: get_installation_token
353+
with:
354+
app_id: 244972
355+
private_key: ${{ secrets.DSE_CI_APP_KEY }}
351356
- uses: actions/checkout@v2
352357

353358
- uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)