Skip to content

Commit

Permalink
add github token
Browse files Browse the repository at this point in the history
  • Loading branch information
mbektas committed Feb 24, 2024
1 parent 96b0818 commit 7913ebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
uses: softprops/action-gh-release@v1
if: steps.release-exists.outputs.result == 'false'
with:
token: ${{ secrets.JLAB_APP_TOKEN }}
body: '## JupyterLab Desktop v${{ steps.package-info.outputs.version}}'
draft: true
prerelease: true
Expand Down

0 comments on commit 7913ebf

Please sign in to comment.