File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed
Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,14 @@ jobs:
1414 runs-on: ubuntu-latest
1515 steps:
1616 - uses: actions/checkout@v3
17- - uses: cachix/install-nix-action@v21
17+ - uses: cachix/install-nix-action@v23
1818 with:
19- extra_nix_config: |
20- access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
19+ github_access_token: ${{ secrets.GITHUB_TOKEN }}
20+
21+ - uses: cachix/cachix-action@v12
22+ with:
23+ name: fcitx5-android
24+ authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
2125
2226 - name: Build site
2327 run: nix develop --command mkdocs build --site-dir public
Original file line number Diff line number Diff line change 88 steps:
99 - uses: actions/checkout@v3
1010
11- - uses: cachix/install-nix-action@v21
11+ - uses: cachix/install-nix-action@v23
12+ with:
13+ github_access_token: ${{ secrets.GITHUB_TOKEN }}
14+
15+ - uses: cachix/cachix-action@v12
16+ with:
17+ name: fcitx5-android
18+ authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
1219
1320 - name: Build site
1421 run: nix develop --command mkdocs build --site-dir public
You can’t perform that action at this time.
0 commit comments