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 d809f57 commit ef99bffCopy full SHA for ef99bff
.github/workflows/publish.yml
@@ -45,6 +45,14 @@ jobs:
45
arch: [amd64, arm64]
46
runs-on: ubuntu-latest
47
needs: [create-draft-release]
48
+ permissions:
49
+ actions: write
50
+ attestations: write
51
+ checks: write
52
+ contents: write
53
+ id-token: write
54
+ packages: write
55
+ statuses: write
56
steps:
57
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
58
- uses: actions/checkout@v4
@@ -73,6 +81,14 @@ jobs:
73
81
build-images:
74
82
75
83
84
85
86
87
88
89
90
91
76
92
77
93
78
94
0 commit comments