Skip to content

Commit

Permalink
added token
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo Lorenzo <ariobolo@redhat.com>
  • Loading branch information
adrianriobo committed Apr 30, 2024
1 parent ce09082 commit 29d058d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows-qe-tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,22 @@ jobs:
with:
name: gh-context
run-id: ${{inputs.trigger-workflow-run-id}}
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ github.token }}

- name: Download windows installer
id: download-windows-installer-artifact
uses: actions/download-artifact@v4
with:
name: windows-installer
run-id: ${{inputs.trigger-workflow-run-id}}
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ github.token }}

- name: Download qe oci image
id: download-qe-oci-image-artifact
uses: actions/download-artifact@v4
with:
name: crc-${{inputs.qe-type}}-windows-amd64
run-id: ${{inputs.trigger-workflow-run-id}}
github-token: ${{ secrets.GITHUB_TOKEN }}git
github-token: ${{ github.token }}


0 comments on commit 29d058d

Please sign in to comment.