From a1fae5018f35243a5e49a54a9dd3223b2c4ea743 Mon Sep 17 00:00:00 2001 From: Merel Theisen <49397448+merelcht@users.noreply.github.com> Date: Fri, 1 Nov 2024 11:41:43 +0000 Subject: [PATCH] Wizard actions (#4286) --- .github/workflows/label-community-issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/label-community-issues.yml b/.github/workflows/label-community-issues.yml index 0126ce64a8..e1c1ce1180 100644 --- a/.github/workflows/label-community-issues.yml +++ b/.github/workflows/label-community-issues.yml @@ -13,7 +13,7 @@ jobs: uses: actions/github-script@v6 id: membership with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.GH_TAGGING_TOKEN }} result-encoding: string script: | @@ -44,5 +44,5 @@ jobs: if: ${{ steps.membership.outputs.result == 'notMember' }} uses: actions-ecosystem/action-add-labels@v1 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GH_TAGGING_TOKEN }} labels: 'Community'