Skip to content

Commit d12d46d

Browse files
v1truv1usopencode
andcommitted
Fix GitHub token issue in release workflow
🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode <noreply@opencode.ai>
1 parent 4ce7561 commit d12d46d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)