diff --git a/.github/workflows/manual-test.yml b/.github/workflows/manual-test.yml index 915b8f2..84e2f1c 100644 --- a/.github/workflows/manual-test.yml +++ b/.github/workflows/manual-test.yml @@ -23,7 +23,7 @@ jobs: id: test_action uses: ./ with: - token: ${{ secrets.RTFM47_COAXIUM_INJECTOR }} + token: ${{ secrets.TRANSFER_ISSUE_TOKEN }} router: ${{ matrix.router }} apply_label: MANUAL ACTION TEST debug: true diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index eb82caf..1811d76 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -38,7 +38,7 @@ jobs: id: test_action uses: ./ with: - token: ${{ secrets.RTFM47_COAXIUM_INJECTOR }} + token: ${{ secrets.TRANSFER_ISSUE_TOKEN }} router: holla:transfer-issue-action apply_label: "Needs Triage:C0FFEE" create_stub: true