This commit is contained in:
@@ -34,8 +34,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
curl -X POST \
|
curl -X POST \
|
||||||
"https://git.alexav.gg/api/v1/repos/alex/homelab/pulls" \
|
"https://git.alexav.gg/api/v1/repos/alex/homelab/pulls" \
|
||||||
-H "Authorization: token ${{ secrets.TOKEN }}"
|
-H "Authorization: token ${{ secrets.TOKEN }}" \
|
||||||
-H "Content-Type: application/json"
|
-H "Content-Type: application/json" \
|
||||||
-d '{
|
-d '{
|
||||||
"title": "Automated Template Extraction",
|
"title": "Automated Template Extraction",
|
||||||
"body": "Updates the `all.template.yml` file with latest secrets for services",
|
"body": "Updates the `all.template.yml` file with latest secrets for services",
|
||||||
|
|||||||
Reference in New Issue
Block a user