Skip to content

Commit

Permalink
Change jupyter-releaser target
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Jun 19, 2023
1 parent eb114cd commit 828e606
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Prep Release
id: prep-release
uses: fcollonval/jupyter_releaser/.github/actions/prep-release@c0f5ce7a443c9de9268803adf71c812370cd034a
uses: fcollonval/jupyter_releaser/.github/actions/prep-release@ft/trusted-publish
with:
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
version_spec: ${{ github.event.inputs.version_spec }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Populate Release
id: populate-release
uses: fcollonval/jupyter_releaser/.github/actions/populate-release@c0f5ce7a443c9de9268803adf71c812370cd034a
uses: fcollonval/jupyter_releaser/.github/actions/populate-release@ft/trusted-publish
with:
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
branch: ${{ github.event.inputs.branch }}
Expand All @@ -33,7 +33,7 @@ jobs:
id: finalize-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
uses: fcollonval/jupyter_releaser/.github/actions/finalize-release@c0f5ce7a443c9de9268803adf71c812370cd034a
uses: fcollonval/jupyter_releaser/.github/actions/finalize-release@ft/trusted-publish
with:
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
release_url: ${{ steps.populate-release.outputs.release_url }}
Expand Down

0 comments on commit 828e606

Please sign in to comment.