diff --git a/.azuredevops/pipelines/publish-job.yml b/.azuredevops/pipelines/publish-job.yml index a31d347b1..f7f2d4605 100644 --- a/.azuredevops/pipelines/publish-job.yml +++ b/.azuredevops/pipelines/publish-job.yml @@ -105,13 +105,13 @@ stages: targetType: 'inline' script: | $body = @{ - "ref"="master" + "ref"="main" "inputs"= @{"version"= "$(gitTag)"} } | ConvertTo-Json $header = @{ "Accept"="application/vnd.github.v3+json" - "Authorization"="${env:APTPAT}" + "Authorization"="Bearer ${env:APTPAT}" } Invoke-RestMethod -Uri "https://api.github.com/repos/Ombi-app/Ombi.Apt/actions/workflows/build-deb.yml/dispatches" -Method 'Post' -Body $body -Headers $header \ No newline at end of file