Skip to content

Commit beef011

Browse files
authored
fix(publish_release): add GITHUB_TOKEN to Populate Release step (#54)
1 parent 3959124 commit beef011

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929

3030
- name: Populate Release
3131
id: populate-release
32+
env:
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3234
uses: jupyter-server/jupyter_releaser/.github/actions/populate-release@6accaa3c07b69acaa1e14e00ba138133d8cbe879 # v2
3335
with:
3436
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)