Skip to content

Commit

Permalink
add docker and update token (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinlparker authored Nov 28, 2023
1 parent 7ae2cd2 commit c0f4899
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: metal-runner-action
uses: equinix-labs/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GH_CI_SECRET }}
metal_auth_token: ${{ secrets.METAL_AUTH_TOKEN }}
metal_project_id: ${{ secrets.METAL_PROJECT_ID }}
metro: "da"
Expand All @@ -30,6 +30,10 @@ jobs:
steps:
- name: check out code
uses: actions/checkout@v3
- name: install docker
run: |
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
- name: run tracetesting
run: |
make run-tracetesting
Expand Down

0 comments on commit c0f4899

Please sign in to comment.