Skip to content

Commit

Permalink
Swap to public runners (#54)
Browse files Browse the repository at this point in the history
* Swap to public runners

* Update role used with vault
  • Loading branch information
cmmarslender authored Sep 9, 2024
1 parent ce4c7ec commit 686d1a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

deploy:
name: Deploy
runs-on: "k8s-internal-${{ matrix.colo.region }}"
runs-on: "k8s-public-${{ matrix.colo.region }}"
needs:
- package
container:
Expand All @@ -42,7 +42,7 @@ jobs:
uses: Chia-Network/actions/vault/login@main
with:
vault_url: ${{ secrets.VAULT_URL }}
role_name: github
role_name: github-go-chia-crawler

- name: Get secrets from vault
uses: hashicorp/vault-action@v3
Expand Down

0 comments on commit 686d1a4

Please sign in to comment.