mirror of https://github.com/docker/compose.git
add vars. prefix to DOCKERDESKTOP_APP_ID
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
parent
0f83a8630e
commit
586fe87f98
|
@ -131,7 +131,7 @@ jobs:
|
|||
id: generate_token
|
||||
uses: tibdex/github-app-token@v1
|
||||
with:
|
||||
app_id: ${{ DOCKERDESKTOP_APP_ID }}
|
||||
app_id: ${{ vars.DOCKERDESKTOP_APP_ID }}
|
||||
private_key: ${{ secrets.DOCKERDESKTOP_APP_PRIVATEKEY }}
|
||||
-
|
||||
name: Trigger Docker Desktop e2e with edge version
|
||||
|
|
Loading…
Reference in New Issue