Skip to content

Merge pull request #488 from Caascad/terraform-provider-privx-v1.27.2 #20

Merge pull request #488 from Caascad/terraform-provider-privx-v1.27.2

Merge pull request #488 from Caascad/terraform-provider-privx-v1.27.2 #20

name: Publish other derivations
on:
push:
branches:
- master
paths:
- '**.nix'
- 'nix/*'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
publish:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v22
- name: Setup binary cache
uses: cachix/cachix-action@v12
with:
name: toolbox
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- name: Build
run: nix-build