We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f02d64 commit 6dcb851Copy full SHA for 6dcb851
.github/workflows/nix_update.yml
@@ -12,8 +12,18 @@ jobs:
12
pull-requests: write
13
steps:
14
- 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: "."
23
- uses: boinkor-net/ci-baseline-nix/actions/flake_update@main
24
with:
25
26
app_id: ${{ vars.PR_FIXUP_APP_ID }}
27
app_installation_id: ${{ vars.PR_FIXUP_INSTALLATION_ID }}
28
app_private_key: ${{ secrets.PR_FIXUP_APP_PRIVATE_KEY }}
29
+ skip_nix_setup: true
0 commit comments