Skip to content

Commit

Permalink
Wizard actions (#4286)
Browse files Browse the repository at this point in the history
  • Loading branch information
merelcht authored Nov 1, 2024
1 parent 6f43a42 commit a1fae50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/label-community-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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'

0 comments on commit a1fae50

Please sign in to comment.