Skip to content

Commit 087809a

Browse files
committed
fix: enable trusted publishing
1 parent 9cebdd9 commit 087809a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
with:
3333
node-version: 24
3434

35-
- uses: capralifecycle/actions-lib/configure-npm@b4bb65b0ab41499f4829fe99c4b33b0b5a363562 # v1.6.2
36-
3735
- name: install dependencies
3836
run: npm ci
3937

@@ -47,5 +45,4 @@ jobs:
4745
if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
4846
env:
4947
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50-
NPM_TOKEN: ${{ secrets.SHARED_NPMJS_TOKEN }}
5148
run: npm run semantic-release

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"lib/**/*"
3030
],
3131
"publishConfig": {
32-
"access": "public"
32+
"access": "public",
33+
"provenance": true
3334
},
3435
"devDependencies": {
3536
"@aws-cdk/assert": "2.68.0",

0 commit comments

Comments
 (0)