File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
28
28
- name : Prep Release
29
29
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
31
31
with :
32
32
token : ${{ secrets.ADMIN_GITHUB_TOKEN }}
33
33
version_spec : ${{ github.event.inputs.version_spec }}
Original file line number Diff line number Diff line change 22
22
23
23
- name : Populate Release
24
24
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
26
26
with :
27
27
token : ${{ secrets.ADMIN_GITHUB_TOKEN }}
28
28
branch : ${{ github.event.inputs.branch }}
33
33
id : finalize-release
34
34
env :
35
35
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
37
37
with :
38
38
token : ${{ secrets.ADMIN_GITHUB_TOKEN }}
39
39
release_url : ${{ steps.populate-release.outputs.release_url }}
You can’t perform that action at this time.
0 commit comments