diff --git a/.github/workflows/committee_creation.yml b/.github/workflows/committee_creation.yml index 88db4f046bd39c9b5cfd62bcec58336fa2f55604..d98579b44b55144c3ac0f90229161369775526d4 100644 --- a/.github/workflows/committee_creation.yml +++ b/.github/workflows/committee_creation.yml @@ -47,6 +47,6 @@ jobs: curl -X POST \ -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer $GITHUB_TOKEN" \ - https://api.github.com/orgs/Telegram-BX-Bot/teams \ + https://api.github.com/orgs/BX-bot-ecosystem/teams \ -d '{"name":"'$branch_name'","privacy":"closed"}' \