Update publish-job.yml for Azure Pipelines

pull/4069/head v4.0.1104
ombi-bot 3 years ago
parent f3b056d12a
commit 8f32ffcc90

@ -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…
Cancel
Save