fix update-flake

This commit is contained in:
Charlotte 🦝 Delenk 2023-04-09 08:37:40 +01:00
parent 55ba2fdbb3
commit 4478c06d9b
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -57,8 +57,9 @@ pipeline:
- event: manual - event: manual
gitea-pr: gitea-pr:
image: nixery.dev/shell/curl image: nixery.dev/shell/curl
commands: | commands:
- echo '{ "assignee": "darkkirb", "base": "main", "head": "update-flake-lock", "title": "Update lockfile", "body": "" }' | curl -X PUT -H "Authorization: token $GITEA_TOKEN" -H "Content-Type: application/json" --data-binary @- 'https://git.chir.rs/api/v1/repos/darkkirb/nix-packages/pulls' - |
echo '{ "assignee": "darkkirb", "base": "main", "head": "update-flake-lock", "title": "Update lockfile", "body": "" }' | curl -X PUT -H "Authorization: token $GITEA_TOKEN" -H "Content-Type: application/json" --data-binary @- 'https://git.chir.rs/api/v1/repos/darkkirb/nix-packages/pulls'
secrets: secrets:
- gitea_token - gitea_token
when: when: