diff --git a/.github/workflows/issue_commands.yml b/.github/workflows/issue_commands.yml index f2d82f7d..e33a1468 100644 --- a/.github/workflows/issue_commands.yml +++ b/.github/workflows/issue_commands.yml @@ -3,7 +3,7 @@ on: issues: types: [labeled] pull_request: - types: [labeled] + types: [labeled] jobs: main: runs-on: ubuntu-latest @@ -18,6 +18,6 @@ jobs: run: npm install --production --prefix ./actions - name: Run Commands uses: ./actions/commands - with: - token: ${{secrets.GH_ISSUE_COMMANDS}} - configPath: issue_and_pr_commands \ No newline at end of file + with: + token: ${{secrets.ISSUE_COMMANDS_TOKEN}} + configPath: issue_and_pr_commands