Skip to content

Commit

Permalink
trying to use Github App Token to create release, as thsi should allo…
Browse files Browse the repository at this point in the history
…w Docker image creation to work as well.
  • Loading branch information
AnalogJ committed Jul 21, 2023
1 parent c2f3970 commit 214ebfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
steps:
- name: Get Packagr Token
id: packagr-token
uses: getsentry/action-github-app-token@v2
# uses: getsentry/action-github-app-token@v2
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.PACKAGR_APP_ID }}
private_key: ${{ secrets.PACKAGR_APP_PRIVATE_KEY }}
Expand Down

0 comments on commit 214ebfe

Please # to comment.