Skip to content
Snippets Groups Projects
Commit a3cde2f9 authored by GianlucaOberreit's avatar GianlucaOberreit Committed by Gianluca OBERREIT
Browse files

Update committee_creation.yml

parent dd91767b
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ jobs:
branch_name=${branch_name#refs/heads/committee/}
curl -X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.ADMING_ACCESS }}" \
-H "Authorization: Bearer ${{ secrets.ORG_ADMIN }}" \
https://api.github.com/orgs/BX-bot-ecosystem/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