Use organization ISSUE_COMMANDS_TOKEN with reduced scope (#8325)

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
pull/8315/head^2
Jack Baldry 3 years ago committed by GitHub
parent 9f5402227a
commit 265aae86f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/issue_commands.yml

@ -16,6 +16,6 @@ jobs:
run: npm install --production --prefix ./actions
- name: Run Commands
uses: ./actions/commands
with:
token: ${{secrets.GH_BOT_ACCESS_TOKEN}}
configPath: issue_commands
with:
token: ${{secrets.ISSUE_COMMANDS_TOKEN}}
configPath: issue_commands

Loading…
Cancel
Save