We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d73c1 commit 5be1df8Copy full SHA for 5be1df8
.github/workflows/publish.yml
@@ -44,10 +44,6 @@ jobs:
44
os: [linux, darwin, freebsd, windows]
45
arch: [amd64, arm64]
46
runs-on: ubuntu-latest
47
- permissions:
48
- id-token: write
49
- contents: read
50
- attestations: write
51
needs: [create-draft-release]
52
steps:
53
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
@@ -79,11 +75,6 @@ jobs:
79
75
80
76
build-images:
81
77
82
83
84
85
86
- packages: write
87
78
88
89
0 commit comments