Skip to content

Commit f422280

Browse files
committed
Removed the remaining secrets.NPM_TOKEN
Removed the remaining secrets.NPM_TOKEN passthroughs so all ionic release entry points now rely solely on the trusted-publishing setup. nightly.yml and dev-build.yml call the reusable release workflow without forwarding any npm token, matching what actions/publish-npm/action.yml expects.
1 parent 7982930 commit f422280

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/dev-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
with:
3131
tag: dev
3232
version: ${{ needs.create-dev-hash.outputs.dev-hash }}
33-
secrets:
34-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3533

3634
get-build:
3735
name: Get your dev build!

.github/workflows/nightly.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,3 @@ jobs:
3535
with:
3636
tag: nightly
3737
version: ${{ needs.create-nightly-hash.outputs.nightly-hash }}
38-
secrets:
39-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)