Skip to content

Commit

Permalink
fix: Use correct params for app token action (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossf7 authored Jul 1, 2022
1 parent e1e6c2a commit c575a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
id: get_token
uses: getsentry/action-github-app-token@main
with:
APP_PEM: ${{ secrets.HOMEBREW_TAP_GITHUB_APP_PEM }}
APP_ID: ${{ secrets.HOMEBREW_TAP_GITHUB_APP_ID }}
app_id: ${{ secrets.HOMEBREW_TAP_GITHUB_APP_ID }}
private_key: ${{ secrets.HOMEBREW_TAP_GITHUB_APP_PEM }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
Expand Down

0 comments on commit c575a5d

Please sign in to comment.