Chore: Use GITHUB_TOKEN in issue-labeled instead of grot token (#72127)

This commit is contained in:
Josh Hunt
2023-07-21 17:52:02 +02:00
committed by GitHub
parent 504d5352bc
commit 65d8ea9beb
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
with:
username: ${{ github.event.issue.user.login }}
team: "${{ env.TEAM }}"
GITHUB_TOKEN: ${{ secrets.GH_BOT_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "Send Slack notification"
if: ${{ (env.CHANNEL != 'null') && ((steps.checkUserMember.outputs.isTeamMember == 'false') || (env.TEAM != 'null')) }}