mirror of
https://github.com/penpot/penpot.git
synced 2026-06-26 01:02:03 +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
|
||||
uses: actions/create-github-app-token@v1
|
||||
with:
|
||||
app-id: ${{ secrets.TRAIGE_APP_ID }}
|
||||
app-id: ${{ secrets.TRIAGE_APP_ID }}
|
||||
private-key: ${{ secrets.TRIAGE_APP_PRIVATE_KEY }}
|
||||
owner: ${{ github.repository_owner }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user