Skip to content

Commit

Permalink
chore: revert to app_token
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Sep 7, 2023
1 parent 48488bc commit 0d703f4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,15 @@ jobs:
with:
go-version: 'stable'

- id: app_token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.TOKEN_APP_ID }}
private_key: ${{ secrets.TOKEN_APP_PRIVATE_KEY }}
installation_id: ${{ secrets.TOKEN_APP_INSTALLATION_ID }}

- uses: goreleaser/goreleaser-action@v4
with:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ steps.app_token.outputs.token }}

0 comments on commit 0d703f4

Please sign in to comment.