We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739e937 commit 0bef226Copy full SHA for 0bef226
.github/workflows/publish-ts-sdk.yml
@@ -3,6 +3,10 @@ name: Manual NPM Publish for TS SDK
3
on:
4
workflow_dispatch:
5
6
+permissions:
7
+ id-token: write # Required for OIDC
8
+ contents: read
9
+
10
jobs:
11
publish:
12
runs-on: ubuntu-latest
@@ -56,4 +60,4 @@ jobs:
56
60
- name: Publish
57
61
uses: smartcontractkit/.github/actions/ci-publish-npm@5cf24eba2fef708acd6050f0f9a0397b2dabbfb8
58
62
with:
59
- publish-command: npm publish
63
+ publish-command: npm publish
0 commit comments