File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
fetch-depth : 0
28
28
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 : " ."
30
37
- name : re-generate SRI
31
38
run : " nix --extra-experimental-features nix-command --extra-experimental-features flakes run .#generate-sri-default"
39
+ working-directory : " ."
32
40
33
41
- name : Push changes to ${{github.base_ref}}
34
42
uses : stefanzweifel/git-auto-commit-action@v5
You can’t perform that action at this time.
0 commit comments