From be435be5a486ac50af8b74183bb27322434b81b2 Mon Sep 17 00:00:00 2001
From: GianlucaOberreit <109722947+GianlucaOberreit@users.noreply.github.com>
Date: Tue, 8 Aug 2023 20:33:21 +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 d98579b..af33144 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"}' \
             
-- 
GitLab