Change GitHub token in issue-labeled.yml workflow (#67905)

This commit is contained in:
Armand Grillet
2023-05-05 12:43:56 +02:00
committed by GitHub
parent 11ea63d9dd
commit 5cb888650d

View File

@ -54,7 +54,7 @@ jobs:
with:
username: ${{ github.event.issue.user.login }}
team: "${{ env.TEAM }}"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_BOT_ACCESS_TOKEN }}
- name: "Send Slack notification"
if: ${{ (env.CHANNEL != 'null') && ((steps.checkUserMember.outputs.isTeamMember == 'false') || (env.TEAM != 'null')) }}