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: {}
16
16
jobs :
17
17
goreleaser :
18
18
runs-on : ubuntu-latest
19
- environment : homebrew-tap
20
19
permissions :
21
20
contents : write
22
21
packages : write
34
33
go-version : ${{ env.GO_VERSION }}
35
34
cache : false
36
35
- 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
43
36
- name : Login to GitHub Container Registry to allow cosign signature push
44
37
run : echo "$DOCKER_PASSWORD" | docker login ghcr.io --username "$DOCKER_USERNAME" --password-stdin
45
38
env :
53
46
args : release --clean
54
47
env :
55
48
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