mirror of
https://github.com/grafana/grafana.git
synced 2026-08-06 03:17:00 -05:00
Chore: Use GITHUB_TOKEN in issue-labeled instead of grot token (#72127)
This commit is contained in:
@@ -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')) }}
|
||||
|
||||
Reference in New Issue
Block a user