Explorar el Código

ci: fix merge workflow (#10685)

use env instead of variables prefix to use `DOCKERDESKTOP_APPID`

Signed-off-by: Guillaume Lours <[email protected]>
Guillaume Lours hace 2 años
padre
commit
508d71c5df
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/merge.yml

+ 1 - 1
.github/workflows/merge.yml

@@ -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