mirror of
https://github.com/penpot/penpot.git
synced 2026-09-09 13:39:02 +00:00
🐛 fix missing app-id in auto-label workflow
This commit is contained in:
parent
f996ef372d
commit
ce1191d86f
2
.github/workflows/auto-label.yml
vendored
2
.github/workflows/auto-label.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
id: triage-app-token
|
id: triage-app-token
|
||||||
uses: actions/create-github-app-token@v1
|
uses: actions/create-github-app-token@v1
|
||||||
with:
|
with:
|
||||||
app-id: ${{ secrets.TRAIGE_APP_ID }}
|
app-id: ${{ secrets.TRIAGE_APP_ID }}
|
||||||
private-key: ${{ secrets.TRIAGE_APP_PRIVATE_KEY }}
|
private-key: ${{ secrets.TRIAGE_APP_PRIVATE_KEY }}
|
||||||
owner: ${{ github.repository_owner }}
|
owner: ${{ github.repository_owner }}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user