Update publish-job.yml for Azure Pipelines

This commit is contained in:
ombi-bot 2021-02-08 22:32:02 +00:00
commit 8f32ffcc90

View file

@ -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