Workflow: Update private key secret for GitHub app token

This commit is contained in:
Cohee
2025-10-07 17:01:28 +03:00
committed by GitHub
parent f88ba369dd
commit 9a56a2ba2e
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
id: app
with:
app-id: ${{ vars.ST_BOT_APP_ID }}
private-key: ${{ secrets.ST_BOT_SECRET }}
private-key: ${{ secrets.ST_BOT_PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
run-eslint: