Skip to content

Commit a9cb499

Browse files
committed
chore: Update dependabot_regenerate_sri.yml in zpool-exporter-textfile
1 parent 6dcb851 commit a9cb499

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/dependabot_regenerate_sri.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,17 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828
token: ${{steps.generate_token.outputs.token}}
29-
- uses: samueldr/lix-gha-installer-action@latest
29+
- uses: boinkor-net/ci-baseline-nix/actions/setup@main
30+
with:
31+
tailnet_client_id: ${{ secrets.TAILSCALE_CI_CLIENT_ID }}
32+
tailnet_client_secret: ${{ secrets.TAILSCALE_CI_CLIENT_SECRET }}
33+
attic_cache: "boinkornet-github-ci"
34+
attic_endpoint: ${{ secrets.ATTIC_ENDPOINT }}
35+
attic_token: ${{ secrets.ATTIC_TOKEN }}
36+
root: "."
3037
- name: re-generate SRI
3138
run: "nix --extra-experimental-features nix-command --extra-experimental-features flakes run .#generate-sri-default"
39+
working-directory: "."
3240

3341
- name: Push changes to ${{github.base_ref}}
3442
uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)