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 dc3c140 commit 4927e46Copy full SHA for 4927e46
.github/workflows/push-package.yml
@@ -3,6 +3,10 @@ on:
3
release:
4
types: [published] # Only run when actually published
5
6
+permissions:
7
+ id-token: write # Required for OIDC
8
+ contents: read
9
+
10
jobs:
11
publish:
12
runs-on: ubuntu-latest
0 commit comments