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'