Compare commits

...

3 commits

Author SHA1 Message Date
renovate[bot]
c5b854a832
chore(deps): update trufflesecurity/trufflehog action to v3.90.1 2025-07-23 13:15:33 +00:00
Harald Hoyer
1923eaaa4d
chore: update extra substituter URL in nixConfig (#108)
Some checks failed
nix / check (push) Failing after 35s
nix / fmt (push) Failing after 13s
nix / build (push) Failing after 13s
* Replaced outdated substituter URL with a new static IP-based URL.
2025-07-23 15:13:35 +02:00
Harald Hoyer
e7ced2457a
chore: update extra substituter URL in nixConfig
* Replaced outdated substituter URL with a new static IP-based URL.

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
2025-07-21 13:29:52 +02:00
2 changed files with 7 additions and 7 deletions

View file

@ -20,11 +20,11 @@ jobs:
extra_nix_config: |
access-tokens = github.com=${{ github.token }}
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= tee-pot:SS6HcrpG87S1M6HZGPsfo7d1xJccCGev7/tXc5+I4jg=
substituters = https://cache.nixos.org/ https://attic.teepot.org/tee-pot
substituters = https://cache.nixos.org/ https://static.188.92.12.49.clients.your-server.de/tee-pot
- name: Setup Attic cache
uses: ryanccn/attic-action@v0
with:
endpoint: https://attic.teepot.org/
endpoint: https://static.188.92.12.49.clients.your-server.de/
cache: tee-pot
token: ${{ secrets.ATTIC_TOKEN }}
- run: nix flake check -L --show-trace --keep-going
@ -38,11 +38,11 @@ jobs:
extra_nix_config: |
access-tokens = github.com=${{ github.token }}
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= tee-pot:SS6HcrpG87S1M6HZGPsfo7d1xJccCGev7/tXc5+I4jg=
substituters = https://cache.nixos.org/ https://attic.teepot.org/tee-pot
substituters = https://cache.nixos.org/ https://static.188.92.12.49.clients.your-server.de/tee-pot
- name: Setup Attic cache
uses: ryanccn/attic-action@v0
with:
endpoint: https://attic.teepot.org/
endpoint: https://static.188.92.12.49.clients.your-server.de/
cache: tee-pot
token: ${{ secrets.ATTIC_TOKEN }}
- run: nix fmt
@ -56,11 +56,11 @@ jobs:
extra_nix_config: |
access-tokens = github.com=${{ github.token }}
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= tee-pot:SS6HcrpG87S1M6HZGPsfo7d1xJccCGev7/tXc5+I4jg=
substituters = https://cache.nixos.org/ https://attic.teepot.org/tee-pot
substituters = https://cache.nixos.org/ https://static.188.92.12.49.clients.your-server.de/tee-pot
- name: Setup Attic cache
uses: ryanccn/attic-action@v0
with:
endpoint: https://attic.teepot.org/
endpoint: https://static.188.92.12.49.clients.your-server.de/
cache: tee-pot
token: ${{ secrets.ATTIC_TOKEN }}
- name: nix build

View file

@ -9,7 +9,7 @@ jobs:
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@a6a4aedd6b110021ddcd7c988132c3b96fb2a868 # v3.88.32
uses: trufflesecurity/trufflehog@907ac64fd42b18dab2ceba2fda39834d3f8ba7e3 # v3.90.1
with:
path: ./
base: ${{ github.event.repository.default_branch }}