forked from fediversity/fediversity
Compare commits
5 commits
ca8c5e422b
...
b8d6f9a10e
| Author | SHA1 | Date | |
|---|---|---|---|
| b8d6f9a10e | |||
| 2ec1979f1a | |||
| f89162cc48 | |||
| d073bd706d | |||
| 486b316885 |
2 changed files with 8 additions and 7 deletions
|
|
@ -7,15 +7,16 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lockfile:
|
lockfile:
|
||||||
runs-on: ubuntu-latest
|
runs-on: native
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install Nix
|
|
||||||
uses: cachix/install-nix-action@v31
|
|
||||||
- name: Install npins
|
- name: Install npins
|
||||||
run: nix profile install 'nixpkgs#npins'
|
run: nix-shell --run "npins update"
|
||||||
- name: Update npins sources
|
- name: Create PR
|
||||||
uses: getchoo/update-npins@v0
|
uses: peter-evans/create-pull-request@v7
|
||||||
with:
|
with:
|
||||||
token: "${{ secrets.DEPLOY_KEY }}"
|
token: "${{ secrets.DEPLOY_KEY }}"
|
||||||
|
branch: npins-update
|
||||||
|
commit-message: "npins: update sources"
|
||||||
|
title: "npins: update sources"
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ in
|
||||||
pkgs.openssh
|
pkgs.openssh
|
||||||
];
|
];
|
||||||
env = {
|
env = {
|
||||||
DEPLOYMENT_FLAKE = ../.;
|
DEPLOYMENT_FLAKE = toString ../.;
|
||||||
DEPLOYMENT_NAME = "test";
|
DEPLOYMENT_NAME = "test";
|
||||||
NPINS_DIRECTORY = toString ../npins;
|
NPINS_DIRECTORY = toString ../npins;
|
||||||
CREDENTIALS_DIRECTORY = toString ./.credentials;
|
CREDENTIALS_DIRECTORY = toString ./.credentials;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue