Skip to content

Commit 6dcb851

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/nix_update.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,18 @@ jobs:
1212
pull-requests: write
1313
steps:
1414
- uses: actions/checkout@v4
15+
- uses: boinkor-net/ci-baseline-nix/actions/setup@main
16+
with:
17+
tailnet_client_id: ${{ secrets.TAILSCALE_CI_CLIENT_ID }}
18+
tailnet_client_secret: ${{ secrets.TAILSCALE_CI_CLIENT_SECRET }}
19+
attic_cache: "boinkornet-github-ci"
20+
attic_endpoint: ${{ secrets.ATTIC_ENDPOINT }}
21+
attic_token: ${{ secrets.ATTIC_TOKEN }}
22+
root: "."
1523
- uses: boinkor-net/ci-baseline-nix/actions/flake_update@main
1624
with:
25+
root: "."
1726
app_id: ${{ vars.PR_FIXUP_APP_ID }}
1827
app_installation_id: ${{ vars.PR_FIXUP_INSTALLATION_ID }}
1928
app_private_key: ${{ secrets.PR_FIXUP_APP_PRIVATE_KEY }}
29+
skip_nix_setup: true

0 commit comments

Comments
 (0)