Skip to content

Commit 0bef226

Browse files
authored
Update publish-ts-sdk.yml (#43)
1 parent 739e937 commit 0bef226

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish-ts-sdk.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Manual NPM Publish for TS SDK
33
on:
44
workflow_dispatch:
55

6+
permissions:
7+
id-token: write # Required for OIDC
8+
contents: read
9+
610
jobs:
711
publish:
812
runs-on: ubuntu-latest
@@ -56,4 +60,4 @@ jobs:
5660
- name: Publish
5761
uses: smartcontractkit/.github/actions/ci-publish-npm@5cf24eba2fef708acd6050f0f9a0397b2dabbfb8
5862
with:
59-
publish-command: npm publish
63+
publish-command: npm publish

0 commit comments

Comments
 (0)