parent
61f320174e
commit
779b0ae31d
4 changed files with 87 additions and 69 deletions
|
@ -5,4 +5,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: cat /nix/store/cscv53kqarckmbz6729ngmyxg3y53n9c-push-to-cache.sh
|
||||
- run: nix-fast-build --no-nom
|
||||
- run: echo $GITHUB_TOKEN | nix run github:NixOS/nixpkgs#gh -- auth login --git-protocol https --hostname git.aciceri.dev --with-token
|
||||
- run: nix run github:NixOS/nixpkgs#gh -- issue create --title "Test" --body "Test"
|
||||
# - run: nix-fast-build --no-nom
|
||||
|
|
Reference in a new issue