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