1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-23 13:46:45 +02:00

chore: new attempt

This commit is contained in:
Nuno Góis 2025-07-02 12:58:18 +01:00
parent 6fcca1ec5c
commit 1d77eb60d4
No known key found for this signature in database
GPG Key ID: 71ECC689F1091765

View File

@ -44,9 +44,8 @@ jobs:
id: app_token
uses: actions/create-github-app-token@v2
with:
app_id: ${{ secrets.UNLEASH_BOT_APP_ID }}
private_key: ${{ secrets.UNLEASH_BOT_PRIVATE_KEY }}
repository: ${{ github.repository }}
app-id: ${{ secrets.UNLEASH_BOT_APP_ID }}
private-key: ${{ secrets.UNLEASH_BOT_PRIVATE_KEY }}
- name: Checkout