Diff
.github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97d3063..ec39c7e 100644 --- a/.github/workflows/build.yml +++ a/.github/workflows/build.yml @@ -1,10 +1,10 @@ name: "CI" on: pull_request: push: jobs: build: uses: nixbuild/nixbuild-action/.github/workflows/ci-workflow.yml@v20 uses: nixbuild/nixbuild-action/.github/workflows/ci-workflow.yml@master secrets: nixbuild_token: ${{ secrets.NIXBUILD_TOKEN }} with: