From e134ca39d70bc4d6188dedc9b3c821ebf5c922ad Mon Sep 17 00:00:00 2001 From: GianlucaOberreit <109722947+GianlucaOberreit@users.noreply.github.com> Date: Tue, 8 Aug 2023 19:56:04 +0200 Subject: [PATCH] Update committee_creation.yml --- .github/workflows/committee_creation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/committee_creation.yml b/.github/workflows/committee_creation.yml index 88db4f0..d98579b 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"}' \ -- GitLab