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 734eabe commit b69a86fCopy full SHA for b69a86f
.github/workflows/publish-npm.yml
@@ -2,6 +2,11 @@
2
# It can also be run manually to re-publish to NPM in case it failed for some reason.
3
# You can run this workflow by navigating to https://www.github.com/gitpod-io/gitpod-sdk-typescript/actions/workflows/publish-npm.yml
4
name: Publish NPM
5
+
6
+permissions:
7
+ id-token: write # Required for OIDC
8
+ contents: read
9
10
on:
11
workflow_dispatch:
12
0 commit comments