Skip to content

Commit 7913ebf

Browse files
committed
add github token
1 parent 96b0818 commit 7913ebf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/prerelease.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: softprops/action-gh-release@v1
3636
if: steps.release-exists.outputs.result == 'false'
3737
with:
38+
token: ${{ secrets.JLAB_APP_TOKEN }}
3839
body: '## JupyterLab Desktop v${{ steps.package-info.outputs.version}}'
3940
draft: true
4041
prerelease: true

0 commit comments

Comments
 (0)