Skip to content

Commit 157bd54

Browse files
committed
Fix publish release workflow
1 parent fa001db commit 157bd54

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
steps:
2323
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
2424

25+
- uses: actions/create-github-app-token@v1
26+
id: app-token
27+
with:
28+
app-id: ${{ vars.APP_ID }}
29+
private-key: ${{ secrets.APP_PRIVATE_KEY }}
30+
2531
- name: Populate Release
2632
id: populate-release
2733
uses: jupyter-server/jupyter_releaser/.github/actions/populate-release@v2

0 commit comments

Comments
 (0)