Skip to content

Commit

Permalink
ci: Add provenance to publish JS actions
Browse files Browse the repository at this point in the history
- Maybe this will fix why it's not currently publishing
- Maybe fixes deephaven#617
  • Loading branch information
mofojed committed Jul 17, 2024
1 parent 5ae1fb1 commit a624b86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 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

0 comments on commit a624b86

Please sign in to comment.