We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67af07 commit d8ceac1Copy full SHA for d8ceac1
1 file changed
.github/workflows/release.yml
@@ -7,8 +7,9 @@ permissions:
7
8
jobs:
9
build-and-publish:
10
+ runs-on: ubuntu-latest
11
permissions:
- id-token: write # enable GitHub OIDC token issuance for this job
12
+ id-token: write
13
14
steps:
15
- name: Checkout
0 commit comments