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 87ffc7f commit 156b108Copy full SHA for 156b108
.github/workflows/publish.yml
@@ -45,6 +45,8 @@ jobs:
45
arch: [amd64, arm64]
46
runs-on: ubuntu-latest
47
needs: [create-draft-release]
48
+ permissions:
49
+ id-token: write
50
steps:
51
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
52
- uses: actions/checkout@v4
@@ -76,6 +78,8 @@ jobs:
76
78
build-images:
77
79
80
81
82
83
84
85
0 commit comments