We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a81c9b + 43a2bed commit e90f631Copy full SHA for e90f631
1 file changed
.github/workflows/publish.yml
@@ -4,6 +4,10 @@ on:
4
push:
5
branches: [main]
6
7
+permissions:
8
+ id-token: write # Required for OIDC: https://docs.npmjs.com/trusted-publishers
9
+ contents: read
10
+
11
# Ensure that only one instance of this workflow executes at a time.
12
# If multiple PRs are merged in quick succession, there will only ever be one publish workflow running and one pending.
13
concurrency: ${{ github.workflow }}
0 commit comments