diff options
Diffstat (limited to '.github/workflows/update-nixpkgs.yaml')
| -rw-r--r-- | .github/workflows/update-nixpkgs.yaml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/update-nixpkgs.yaml b/.github/workflows/update-nixpkgs.yaml index db6bf63..785f56f 100644 --- a/.github/workflows/update-nixpkgs.yaml +++ b/.github/workflows/update-nixpkgs.yaml @@ -10,6 +10,8 @@ jobs: update: uses: ./.github/workflows/update-lock.yaml with: - commit-msg: "flake: update nixpkgs" - inputs: "nixpkgs nixpkgs-stable" - secrets: inherit + commit-message: "flake: update nixpkgs" + flake-inputs: "nixpkgs nixpkgs-stable" + secrets: + APP_ID: ${{ secrets.APP_ID }} + PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }} |
