We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c34fc20 commit 32f8988Copy full SHA for 32f8988
.github/workflows/release.yml
@@ -32,6 +32,8 @@ jobs:
32
needs: release
33
if: ${{needs.release.outputs.releases_created}}
34
runs-on: ubuntu-latest
35
+ permissions:
36
+ id-token: write # Required for OIDC
37
steps:
38
# The logic below handles the npm publication:
39
- name: Checkout
@@ -54,5 +56,4 @@ jobs:
54
56
55
57
- name: Publish
58
run: pnpm -r publish --access=public
- env:
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
59
+
packages/core/README.md
@@ -31,4 +31,4 @@ const AddFile = capability({
31
});
```
-For more details, see the [`ucanto` documentation](https://github.com/storacha/ucanto).
+For more details, see the [`ucanto` documentation](https://github.com/storacha/ucanto).
0 commit comments