diff --git a/.github/workflows/committee_creation.yml b/.github/workflows/committee_creation.yml
index d98579b44b55144c3ac0f90229161369775526d4..af33144be60e887bc0018bbf7dab908803ef8a9e 100644
--- a/.github/workflows/committee_creation.yml
+++ b/.github/workflows/committee_creation.yml
@@ -46,7 +46,7 @@ jobs:
           branch_name=${branch_name#refs/heads/committee/}
           curl -X POST \
             -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 \
             -d '{"name":"'$branch_name'","privacy":"closed"}' \