Skip to content
Snippets Groups Projects
Unverified Commit 60655c72 authored by GianlucaOberreit's avatar GianlucaOberreit Committed by GitHub
Browse files

Update committee_creation.yml

parent d1e4f653
No related branches found
No related tags found
1 merge request!12Dev
...@@ -45,6 +45,8 @@ jobs: ...@@ -45,6 +45,8 @@ jobs:
branch_name=${{ github.ref }} branch_name=${{ github.ref }}
branch_name=${branch_name#refs/heads/committee/} branch_name=${branch_name#refs/heads/committee/}
curl -X POST \ curl -X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer $GITHUB_TOKEN" \ -H "Authorization: Bearer $GITHUB_TOKEN" \
-d '{"name":"'$branch_name'","privacy":"closed"}' \
https://api.github.com/orgs/Telegram-BX-Bot/teams https://api.github.com/orgs/Telegram-BX-Bot/teams
-d '{"name":"'$branch_name'","privacy":"closed"}' \
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment