ci: fix merge workflow (#10685)

use env instead of variables prefix to use `DOCKERDESKTOP_APPID`

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
Guillaume Lours 2023-06-09 21:35:47 +02:00 committed by GitHub
parent 58c5ea8217
commit 508d71c5df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ jobs:
id: generate_token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ variables.DOCKERDESKTOP_APPID }}
app_id: ${{ env.DOCKERDESKTOP_APPID }}
private_key: ${{ secrets.DOCKERDESKTOP_APP_PRIVATEKEY }}
-
name: Trigger Docker Desktop e2e with edge version