mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-12 04:26:51 +00:00
Added org for getting the workflow token job as it errored without (#2334)
This commit is contained in:
4
.github/workflows/e2e-test-linux-vm.yaml
vendored
4
.github/workflows/e2e-test-linux-vm.yaml
vendored
@@ -3,6 +3,9 @@ name: CI ARC E2E Linux VM Test
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
env:
|
||||||
|
TARGET_ORG: actions-runner-controller
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup-steps:
|
setup-steps:
|
||||||
runs-on: [ubuntu-latest]
|
runs-on: [ubuntu-latest]
|
||||||
@@ -18,6 +21,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
application_id: ${{ secrets.ACTIONS_ACCESS_APP_ID }}
|
application_id: ${{ secrets.ACTIONS_ACCESS_APP_ID }}
|
||||||
application_private_key: ${{ secrets.ACTIONS_ACCESS_PK }}
|
application_private_key: ${{ secrets.ACTIONS_ACCESS_PK }}
|
||||||
|
organization: ${{ env.TARGET_ORG }}
|
||||||
- uses: ./.github/actions/e2e-arc-test
|
- uses: ./.github/actions/e2e-arc-test
|
||||||
with:
|
with:
|
||||||
github-token: ${{ steps.get_workflow_token.outputs.token }}
|
github-token: ${{ steps.get_workflow_token.outputs.token }}
|
||||||
|
|||||||
Reference in New Issue
Block a user