Skip to content

Commit a624b86

Browse files
committed
ci: Add provenance to publish JS actions
- Maybe this will fix why it's not currently publishing - Maybe fixes deephaven#617
1 parent 5ae1fb1 commit a624b86

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/publish-alpha.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
permissions:
1717
contents: read
1818
packages: write
19+
id-token: write
1920
steps:
2021
- uses: actions/checkout@v3
2122
with:

.github/workflows/publish-packages.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
permissions:
1010
contents: read
1111
packages: write
12+
id-token: write
1213
steps:
1314
- name: Checkout
1415
uses: actions/checkout@v3

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
provenance=true

0 commit comments

Comments
 (0)