File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ permissions: {}
1616jobs :
1717 goreleaser :
1818 runs-on : ubuntu-latest
19- environment : homebrew-tap
2019 permissions :
2120 contents : write
2221 packages : write
3433 go-version : ${{ env.GO_VERSION }}
3534 cache : false
3635 - uses : sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
37- - uses : actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1.10.0
38- id : homebrew-tapper-bot-token
39- with :
40- app-id : ${{ vars.HOMEBREW_TAPPER_BOT_APP_ID }}
41- private-key : ${{ secrets.HOMEBREW_TAPPER_BOT_PRIVATE_KEY }}
42- repositories : homebrew-tap
4336 - name : Login to GitHub Container Registry to allow cosign signature push
4437 run : echo "$DOCKER_PASSWORD" | docker login ghcr.io --username "$DOCKER_USERNAME" --password-stdin
4538 env :
5346 args : release --clean
5447 env :
5548 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
56- TAP_GITHUB_TOKEN : ${{ steps.homebrew-tapper-bot-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments