FIX: use names suggested by Gaétan

This commit is contained in:
Matt Sturgeon 2025-05-23 19:33:06 +01:00
parent a72cfb6ba3
commit b4f4f25cfa
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -47,8 +47,8 @@ jobs:
uses: actions/create-github-app-token@v2
id: app-token
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_KEY }}
app-id: ${{ vars.CI_APP_ID }}
private-key: ${{ secrets.CI_APP_PRIVATE_KEY }}
- name: Get GitHub App User ID
id: user-id