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