mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
use directly DOCKERDESKTOP_APP_ID without env. prefix
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
parent
43783d36e2
commit
0f83a8630e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/merge.yml
vendored
2
.github/workflows/merge.yml
vendored
|
|
@ -131,7 +131,7 @@ jobs:
|
|||
id: generate_token
|
||||
uses: tibdex/github-app-token@v1
|
||||
with:
|
||||
app_id: ${{ env.DOCKERDESKTOP_APP_ID }}
|
||||
app_id: ${{ DOCKERDESKTOP_APP_ID }}
|
||||
private_key: ${{ secrets.DOCKERDESKTOP_APP_PRIVATEKEY }}
|
||||
-
|
||||
name: Trigger Docker Desktop e2e with edge version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue