diff --git a/.github/workflows/deploy-tigger.yml b/.github/workflows/deploy-trigger.yml similarity index 93% rename from .github/workflows/deploy-tigger.yml rename to .github/workflows/deploy-trigger.yml index 776f5b35a..267581715 100644 --- a/.github/workflows/deploy-tigger.yml +++ b/.github/workflows/deploy-trigger.yml @@ -29,7 +29,7 @@ jobs: curl -L \ -X POST \ -H "Accept: application/vnd.github+json" \ - -H "Authorization: Bearer ${{ secrets.PAT }}" \ + -H "Authorization: Bearer ${{ secrets.FINE_PATKA }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/$repo_owner/$repo_name/dispatches \ -d "{\"event_type\": \"$event_type\", \"client_payload\": {\"branch\": \"$branch\", \"unit\": false, \"integration\": true}}" \ No newline at end of file