From 0e9a5b6b78170a8aedebc60472aea6287198d60d Mon Sep 17 00:00:00 2001 From: Guillaume Lours <705411+glours@users.noreply.github.com> Date: Tue, 13 Jun 2023 15:28:25 +0200 Subject: [PATCH] specify origin repo in generation token step of docker desktop edge testing Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> --- .github/workflows/merge.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 93d9720c6..e0198bfdd 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -133,6 +133,7 @@ jobs: with: app_id: ${{ vars.DOCKERDESKTOP_APP_ID }} private_key: ${{ secrets.DOCKERDESKTOP_APP_PRIVATEKEY }} + repository: docker/${{ secrets.DOCKERDESKTOP_REPO }} - name: Trigger Docker Desktop e2e with edge version uses: actions/github-script@v6 @@ -141,7 +142,7 @@ jobs: script: | await github.rest.actions.createWorkflowDispatch({ owner: 'docker', - repo: 'pinata', + repo: '${{ secrets.DOCKERDESKTOP_REPO }}', workflow_id: 'compose-edge-integration.yml', ref: 'compose-edge-integration' inputs: {