File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -40,22 +40,14 @@ jobs:
4040 environment : production
4141 version : ${{ github.ref_name }}
4242
43- - name : Generate GitHub App token
44- id : app-token
45- uses : tibdex/github-app-token@v2
46- with :
47- app_id : ${{ secrets.HOMEBREW_APP_ID }}
48- installation_id : ${{ secrets.HOMEBREW_APP_INSTALLATION_ID }}
49- private_key : ${{ secrets.HOMEBREW_APP_PRIVATE_KEY }}
50-
5143 - name : Run GoReleaser
5244 uses : goreleaser/goreleaser-action@v5
5345 with :
5446 distribution : goreleaser
5547 version : v2.11.0
5648 args : release --clean
5749 env :
58- GITHUB_TOKEN : ${{ steps.app-token.outputs.token }}
50+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5951 RUNE_SEGMENT_WRITE_KEY : ${{ secrets.RUNE_SEGMENT_WRITE_KEY }}
6052 RUNE_SENTRY_DSN : ${{ secrets.RUNE_SENTRY_DSN }}
6153
You can’t perform that action at this time.
0 commit comments