We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c22a5 commit 97c41adCopy full SHA for 97c41ad
.github/workflows/release.yml
@@ -5,6 +5,8 @@ on: [push, pull_request]
5
jobs:
6
build-distribution:
7
runs-on: "ubuntu-latest"
8
+ permissions:
9
+ id-token: write
10
11
steps:
12
- name: Checkout source
0 commit comments