From 265aae86f508233dbd80766091353bdcb0c3fb04 Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Mon, 30 Jan 2023 12:14:20 +0000 Subject: [PATCH] Use organization ISSUE_COMMANDS_TOKEN with reduced scope (#8325) Signed-off-by: Jack Baldry --- .github/workflows/issue_commands.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/issue_commands.yml b/.github/workflows/issue_commands.yml index 6797e207bf..c9327356f2 100644 --- a/.github/workflows/issue_commands.yml +++ b/.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 \ No newline at end of file + with: + token: ${{secrets.ISSUE_COMMANDS_TOKEN}} + configPath: issue_commands