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 fa001db commit 157bd54Copy full SHA for 157bd54
.github/workflows/publish-release.yml
@@ -22,6 +22,12 @@ jobs:
22
steps:
23
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
24
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
+
31
- name: Populate Release
32
id: populate-release
33
uses: jupyter-server/jupyter_releaser/.github/actions/populate-release@v2
0 commit comments