From cac38da256f04c7b74913507fd88db849c4bfb8b Mon Sep 17 00:00:00 2001 From: Chris Privitere <23177737+cprivitere@users.noreply.github.com> Date: Tue, 22 Aug 2023 16:30:35 -0500 Subject: [PATCH 1/2] fix: use equinix-labs hosted metal actions Switch the metal-sweeper and metal-device actions to use the versions hosted on equinix-labs. --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 209dfcd..b418c93 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -42,7 +42,7 @@ jobs: id: init run: terraform init -input=false - id: project - uses: displague/metal-project-action@v0.10.0 + uses: equinix-labs/metal-project-action@v0.10.0 env: METAL_AUTH_TOKEN: ${{ secrets.METAL_AUTH_TOKEN }} - name: Terraform Vars - Cluster Name @@ -63,7 +63,7 @@ jobs: run: terraform destroy -input=false -auto-approve - name: Project Delete if: ${{ always() }} - uses: displague/metal-sweeper-action@v0.3.0 + uses: equinix-labs/metal-sweeper-action@v0.3.0 env: METAL_PROJECT_ID: ${{ steps.project.outputs.projectID }} METAL_AUTH_TOKEN: ${{ secrets.METAL_AUTH_TOKEN }} From e81f86a57a2441e5c8a18868446661a5654158d7 Mon Sep 17 00:00:00 2001 From: Chris Privitere <23177737+cprivitere@users.noreply.github.com> Date: Tue, 22 Aug 2023 16:35:11 -0500 Subject: [PATCH 2/2] chore(deps): bump version of metal-* actions Bump metal-sweeper-action to 0.6.0 Bump metal-project-action to 0.13.0 --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b418c93..64a8f00 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -42,7 +42,7 @@ jobs: id: init run: terraform init -input=false - id: project - uses: equinix-labs/metal-project-action@v0.10.0 + uses: equinix-labs/metal-project-action@v0.13.0 env: METAL_AUTH_TOKEN: ${{ secrets.METAL_AUTH_TOKEN }} - name: Terraform Vars - Cluster Name @@ -63,7 +63,7 @@ jobs: run: terraform destroy -input=false -auto-approve - name: Project Delete if: ${{ always() }} - uses: equinix-labs/metal-sweeper-action@v0.3.0 + uses: equinix-labs/metal-sweeper-action@v0.6.0 env: METAL_PROJECT_ID: ${{ steps.project.outputs.projectID }} METAL_AUTH_TOKEN: ${{ secrets.METAL_AUTH_TOKEN }}