Skip to content

Commit

Permalink
github: update cachix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leana8959 committed Sep 12, 2024
1 parent f583ac4 commit ecffd4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cachix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Cachix"

on:
push:
branches: [ main ]
branches: [ mistress ]

jobs:

Expand All @@ -24,7 +24,7 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v15
with:
name: leana8959
# If you chose API tokens for write access OR if you have a private cache
Expand All @@ -48,7 +48,7 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v15
with:
name: leana8959
# If you chose API tokens for write access OR if you have a private cache
Expand All @@ -72,7 +72,7 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v15
with:
name: leana8959
# If you chose API tokens for write access OR if you have a private cache
Expand Down

0 comments on commit ecffd4e

Please sign in to comment.