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 3959124 commit beef011Copy full SHA for beef011
.github/workflows/publish-release.yml
@@ -29,6 +29,8 @@ jobs:
29
30
- name: Populate Release
31
id: populate-release
32
+ env:
33
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
uses: jupyter-server/jupyter_releaser/.github/actions/populate-release@6accaa3c07b69acaa1e14e00ba138133d8cbe879 # v2
35
with:
36
token: ${{ steps.app-token.outputs.token }}
0 commit comments