Skip to content

Commit b98ce23

Browse files
authored
Merge pull request #3016 from modernweb-dev/copilot/update-pipeline-for-publishing
Setup NPM Trusted Publishing
2 parents a8f4e9a + 26ba95f commit b98ce23

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"ignore": ["@web/dev-server-storybook", "@web/test-runner-integration-tests"],
77
"access": "public",
88
"baseBranch": "master",
9-
"updateInternalDependencies": "patch"
9+
"updateInternalDependencies": "patch",
10+
"provenance": true
1011
}

.github/workflows/canary.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
if: github.repository == 'modernweb-dev/web'
1414
name: Pre-release
1515
runs-on: ubuntu-24.04
16+
permissions:
17+
contents: write
18+
id-token: write
1619
steps:
1720
- name: Checkout Repo
1821
uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
if: github.repository == 'modernweb-dev/web'
1313
name: Release
1414
runs-on: ubuntu-24.04
15+
permissions:
16+
contents: write
17+
id-token: write
1518
steps:
1619
- name: Checkout Repo
1720
uses: actions/checkout@v4

0 commit comments

Comments
 (0)