trying to use Github App Token to create release, as thsi should allow Docker image creation to work as well.

This commit is contained in:
Jason Kulatunga 2023-07-20 22:38:08 -07:00
parent c2f3970f07
commit 214ebfeac6
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -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 }}