Skip to content

Commit

Permalink
Merge pull request #13 from equinix-labs/cprivitere-patch-1
Browse files Browse the repository at this point in the history
fix: use equinix-labs hosted metal actions
  • Loading branch information
cprivitere authored Aug 22, 2023
2 parents 3c601ce + e81f86a commit 19f9827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0
env:
METAL_AUTH_TOKEN: ${{ secrets.METAL_AUTH_TOKEN }}
- name: Terraform Vars - Cluster Name
Expand All @@ -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.6.0
env:
METAL_PROJECT_ID: ${{ steps.project.outputs.projectID }}
METAL_AUTH_TOKEN: ${{ secrets.METAL_AUTH_TOKEN }}

0 comments on commit 19f9827

Please sign in to comment.