We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ceeb5d + f92925c commit c327b78Copy full SHA for c327b78
1 file changed
.github/workflows/publish.yml
@@ -9,6 +9,8 @@ jobs:
9
publish:
10
runs-on: ubuntu-latest
11
environment: production
12
+ permissions:
13
+ id-token: write
14
15
steps:
16
- name: Checkout repository
0 commit comments