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