Use uppercase keys

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands 2024-04-22 10:24:08 +01:00
parent 34545e15b4
commit a97fa64880

View File

@ -69,8 +69,8 @@ jobs:
- uses: actions/create-github-app-token@v1 - uses: actions/create-github-app-token@v1
id: app-token id: app-token
with: with:
app-id: ${{ secrets.app-id }} app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.private-key }} private-key: ${{ secrets.PRIVATE_KEY }}
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: