specify origin repo in generation token step of docker desktop edge testing

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
Guillaume Lours 2023-06-13 15:28:25 +02:00
parent 6887a3fc3e
commit 0e9a5b6b78
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

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