Skip to content

Commit 828e606

Browse files
committed
Change jupyter-releaser target
1 parent eb114cd commit 828e606

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Prep Release
2929
id: prep-release
30-
uses: fcollonval/jupyter_releaser/.github/actions/prep-release@c0f5ce7a443c9de9268803adf71c812370cd034a
30+
uses: fcollonval/jupyter_releaser/.github/actions/prep-release@ft/trusted-publish
3131
with:
3232
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
3333
version_spec: ${{ github.event.inputs.version_spec }}

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Populate Release
2424
id: populate-release
25-
uses: fcollonval/jupyter_releaser/.github/actions/populate-release@c0f5ce7a443c9de9268803adf71c812370cd034a
25+
uses: fcollonval/jupyter_releaser/.github/actions/populate-release@ft/trusted-publish
2626
with:
2727
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
2828
branch: ${{ github.event.inputs.branch }}
@@ -33,7 +33,7 @@ jobs:
3333
id: finalize-release
3434
env:
3535
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36-
uses: fcollonval/jupyter_releaser/.github/actions/finalize-release@c0f5ce7a443c9de9268803adf71c812370cd034a
36+
uses: fcollonval/jupyter_releaser/.github/actions/finalize-release@ft/trusted-publish
3737
with:
3838
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
3939
release_url: ${{ steps.populate-release.outputs.release_url }}

0 commit comments

Comments
 (0)