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:
parent
c2f3970f07
commit
214ebfeac6
|
@ -23,7 +23,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Get Packagr Token
|
- name: Get Packagr Token
|
||||||
id: 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:
|
with:
|
||||||
app_id: ${{ secrets.PACKAGR_APP_ID }}
|
app_id: ${{ secrets.PACKAGR_APP_ID }}
|
||||||
private_key: ${{ secrets.PACKAGR_APP_PRIVATE_KEY }}
|
private_key: ${{ secrets.PACKAGR_APP_PRIVATE_KEY }}
|
||||||
|
|
Loading…
Reference in New Issue