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

Update committee_creation.yml

parent e134ca39
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ jobs: ...@@ -46,7 +46,7 @@ jobs:
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 "Accept: application/vnd.github+json" \
-H "Authorization: Bearer $GITHUB_TOKEN" \ -H "Authorization: Bearer ${{ secrets.ADMING_ACCESS }}" \
https://api.github.com/orgs/BX-bot-ecosystem/teams \ https://api.github.com/orgs/BX-bot-ecosystem/teams \
-d '{"name":"'$branch_name'","privacy":"closed"}' \ -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