mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Update publish-job.yml for Azure Pipelines
This commit is contained in:
parent
f3b056d12a
commit
8f32ffcc90
1 changed files with 2 additions and 1 deletions
|
@ -111,7 +111,8 @@ stages:
|
|||
|
||||
$header = @{
|
||||
"Accept"="application/vnd.github.v3+json"
|
||||
"Authorization"="Bearer ${env:APTPAT}"
|
||||
"Authorization"="Bearer $(APTPAT)"
|
||||
"User-Agent"="Ombi"
|
||||
}
|
||||
|
||||
Invoke-RestMethod -Uri "https://api.github.com/repos/Ombi-app/Ombi.Apt/actions/workflows/build-deb.yml/dispatches" -Method 'Post' -Body $body -Headers $header
|
Loading…
Add table
Add a link
Reference in a new issue