Skip to content

Commit

Permalink
ci: Add provenance to the publish JS GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Jul 17, 2024
1 parent 5ae1fb1 commit caa99e3
Show file tree
Hide file tree
Showing 6 changed files with 5,043 additions and 4,895 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
permissions:
contents: read
packages: write
id-token: write
steps:
- uses: actions/checkout@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
permissions:
contents: read
packages: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
provenance=true
4 changes: 1 addition & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"useNx": false,
"version": "independent",
"packages": ["plugins/*/src/js/"]
"version": "independent"
}
Loading

0 comments on commit caa99e3

Please sign in to comment.