Skip to content

Commit

Permalink
build: Use azuwis/actions/nix@main
Browse files Browse the repository at this point in the history
  • Loading branch information
azuwis committed Jan 7, 2024
1 parent eb17ee8 commit 470ff76
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: azuwis/nix-action@main
- uses: azuwis/actions/nix@main
with:
key: zigbee2mqtt-networkmap-${{ hashFiles('flake.*', 'yarn.lock') }}
key: nix-${{ hashFiles('flake.*', 'yarn.lock') }}
debug: ${{ github.event_name == 'workflow_dispatch' && inputs.debug }}
credential: ${{ secrets.TTYD_CREDENTIAL }}
- uses: cachix/cachix-action@v12
with:
name: azuwis
Expand All @@ -36,7 +35,7 @@ jobs:
with:
name: zigbee2mqtt-networkmap
path: ./dist/zigbee2mqtt-networkmap.js
- uses: azuwis/nix-action@post
- uses: azuwis/actions/nix/post@main
release:
if: ${{ startsWith(github.ref, 'refs/tags/') }}
needs: build
Expand Down

0 comments on commit 470ff76

Please sign in to comment.