Skip to content

Commit

Permalink
chore(ci): update equinix metal actions to point to org fork (#1769)
Browse files Browse the repository at this point in the history
This commit updates the equinix metal actions used in the workflow to
point to use the forked version maintained under `sustainable-computing-io` organization.

Signed-off-by: Vibhu Prashar <[email protected]>
  • Loading branch information
vprashar2929 authored Sep 9, 2024
1 parent aea0fed commit 7b0a7dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/mock_acpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: metal-runner-action
# TODO: use the forked version of metal-runner-action inside sustainable-computing-io organization
uses: vprashar2929/metal-runner-action@custom-action
uses: sustainable-computing-io/metal-runner-action@main
with:
github_token: ${{ secrets.GH_SELF_HOSTED_RUNNER_TOKEN }}
metal_auth_token: ${{ secrets.EQUINIX_API_TOKEN }}
Expand Down Expand Up @@ -95,7 +94,7 @@ jobs:
steps:
- name: delete runner
if: ${{ always() }}
uses: rootfs/metal-delete-action@main
uses: sustainable-computing-io/metal-sweeper-action@main
with:
authToken: ${{ secrets.EQUINIX_API_TOKEN }}
projectID: ${{ secrets.EQUINIX_PROJECT_ID }}
Expand Down

0 comments on commit 7b0a7dd

Please sign in to comment.