diff --git a/.github/workflows/automated-prs-manager.yaml b/.github/workflows/automated-prs-manager.yaml index 939a8871f..da93b7f37 100644 --- a/.github/workflows/automated-prs-manager.yaml +++ b/.github/workflows/automated-prs-manager.yaml @@ -11,7 +11,7 @@ jobs: outputs: prs: ${{ steps.list-prs.outputs.prs }} env: - GH_TOKEN: ${{ secrets.REPLICATED_GH_PAT }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout uses: actions/checkout@v4 @@ -50,7 +50,7 @@ jobs: fail-fast: false max-parallel: 1 env: - GH_TOKEN: ${{ secrets.REPLICATED_GH_PAT }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout uses: actions/checkout@v4