fix update-flake
This commit is contained in:
parent
55ba2fdbb3
commit
4478c06d9b
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Reference in a new issue