Skip to content

Commit

Permalink
Merge pull request #1738 from vprashar2929/use-custom-action
Browse files Browse the repository at this point in the history
fix(ci): switch to custom metal-runner-action in mock-acpi workflow
  • Loading branch information
vimalk78 authored Aug 27, 2024
2 parents 874b657 + a504b47 commit 777c733
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 777c733

Please sign in to comment.