Skip to content

Commit b69a86f

Browse files
easyCZstainless-app[bot]
authored andcommitted
Update publish-npm.yml with permissions
Add permissions for OIDC and contents in NPM publish workflow
1 parent 734eabe commit b69a86f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-npm.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# It can also be run manually to re-publish to NPM in case it failed for some reason.
33
# You can run this workflow by navigating to https://www.github.com/gitpod-io/gitpod-sdk-typescript/actions/workflows/publish-npm.yml
44
name: Publish NPM
5+
6+
permissions:
7+
id-token: write # Required for OIDC
8+
contents: read
9+
510
on:
611
workflow_dispatch:
712

0 commit comments

Comments
 (0)