We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dcb851 commit a9cb499Copy full SHA for a9cb499
.github/workflows/dependabot_regenerate_sri.yml
@@ -26,9 +26,17 @@ jobs:
26
with:
27
fetch-depth: 0
28
token: ${{steps.generate_token.outputs.token}}
29
- - uses: samueldr/lix-gha-installer-action@latest
+ - 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: "."
37
- name: re-generate SRI
38
run: "nix --extra-experimental-features nix-command --extra-experimental-features flakes run .#generate-sri-default"
39
+ working-directory: "."
40
41
- name: Push changes to ${{github.base_ref}}
42
uses: stefanzweifel/git-auto-commit-action@v5
0 commit comments