Skip to content

Commit

Permalink
test: switch to forked metal-runner-action
Browse files Browse the repository at this point in the history
Signed-off-by: Vibhu Prashar <[email protected]>
  • Loading branch information
vprashar2929 committed Aug 27, 2024
1 parent fc63ae5 commit fb4e04b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mock_acpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,16 @@ jobs:
ref: ${{ steps.pr_branch.outputs.head_sha }}

- name: metal-runner-action
uses: equinix-labs/[email protected]
uses: vprashar2929/metal-runner-action@custom-action
# uses: equinix-labs/[email protected]
with:
github_token: ${{ secrets.GH_SELF_HOSTED_RUNNER_TOKEN }}
metal_auth_token: ${{ secrets.EQUINIX_API_TOKEN }}
metal_project_id: ${{ secrets.EQUINIX_PROJECT_ID }}
metro: da
plan: c3.small.x86
os: ubuntu_20_04
organization: sustainable-computing-io

- name: Configure SSH
if: ${{ success() }}
Expand Down

0 comments on commit fb4e04b

Please sign in to comment.