Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
use with.authToken and with.projectID in sweeper action
Browse files Browse the repository at this point in the history
  • Loading branch information
displague authored Jun 3, 2024
1 parent 38cf11d commit 9f34f51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ jobs:
- name: Project Delete
if: ${{ always() }}
uses: equinix-labs/metal-sweeper-action@v0.6.1
env:
METAL_PROJECT_ID: ${{ steps.project.outputs.projectID }}
METAL_AUTH_TOKEN: ${{ secrets.METAL_AUTH_TOKEN }}
with:
authToken: ${{ secrets.METAL_AUTH_TOKEN }}
projectID: ${{ steps.project.outputs.projectID }}

0 comments on commit 9f34f51

Please sign in to comment.