Added org for getting the workflow token job as it errored without (#2334)

This commit is contained in:
Ava Stancu 2023-02-27 22:30:40 +01:00 committed by GitHub
parent 910269aa11
commit b5e9e14244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,9 @@ name: CI ARC E2E Linux VM Test
on:
workflow_dispatch:
env:
TARGET_ORG: actions-runner-controller
jobs:
setup-steps:
runs-on: [ubuntu-latest]
@ -18,6 +21,7 @@ jobs:
with:
application_id: ${{ secrets.ACTIONS_ACCESS_APP_ID }}
application_private_key: ${{ secrets.ACTIONS_ACCESS_PK }}
organization: ${{ env.TARGET_ORG }}
- uses: ./.github/actions/e2e-arc-test
with:
github-token: ${{ steps.get_workflow_token.outputs.token }}