We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8811a7 + cc6dfaf commit abbabfcCopy full SHA for abbabfc
1 file changed
.github/workflows/release.yml
@@ -6,15 +6,17 @@ on:
6
- "v*"
7
8
permissions:
9
- contents: write
10
- attestations: write
11
- id-token: write
+ contents: read
12
13
jobs:
14
goreleaser:
15
name: release
16
runs-on: ubuntu-latest
17
environment: release
+ permissions:
+ contents: write
18
+ attestations: write
19
+ id-token: write
20
steps:
21
- name: Checkout
22
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
0 commit comments