Skip to content

Commit bb8f1e3

Browse files
committed
chore(ci): remove private Cachix from benchmark workflow
We're not using this Cachix cache anymore. Note that this may break the benchmark workflow for a bit, as we're in a transition period for CI systems. Signed-off-by: Drew Hess <[email protected]>
1 parent 3f3a6b6 commit bb8f1e3

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/benchmark-action.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,31 +26,13 @@ jobs:
2626
# Required by flakes
2727
fetch-depth: 0
2828

29-
- name: Import secrets from Vault
30-
uses: hashicorp/[email protected]
31-
id: secrets
32-
with:
33-
url: https://openbao.hackworth-corp.com
34-
path: "github-actions/hackworthltd"
35-
role: github-actions-hackworthltd-repo-primer-benchmarks
36-
method: jwt
37-
secrets: |
38-
secret/data/cachix/hackworthltd-private/github-workflows token | CACHIX_AUTH_TOKEN ;
39-
4029
- name: Install & configure Nix
4130
uses: cachix/install-nix-action@v31
4231
with:
4332
extra_nix_config: |
4433
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hackworthltd.cachix.org-1:0JTCI0qDo2J+tonOalrSQP3yRNleN6bQucJ05yDltRI= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= loony-tools:pr9m4BkM/5/eSTZlkQyRt57Jz7OMBxNSUiMC4FkcNfk=
4534
substituters = https://cache.nixos.org?priority=10 https://hackworthltd.cachix.org?priority=30 https://cache.iog.io?priority=40 https://cache.zw3rk.com?priority=50
4635
47-
- name: Configure Cachix for private Hackworth Ltd cache
48-
uses: cachix/cachix-action@v16
49-
with:
50-
name: hackworthltd-private
51-
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
52-
skipPush: true
53-
5436
# Note: if this Nix derivation hasn't been built yet, it will
5537
# kick off a Primer Nix build on a GitHub runner, which isn't
5638
# ideal. However, because we use GitHub merge queues with this

0 commit comments

Comments
 (0)