diff --git a/.github/workflows/dependabot-rbi-updater.yml b/.github/workflows/dependabot-rbi-updater.yml index 3ada51d..47a34b4 100644 --- a/.github/workflows/dependabot-rbi-updater.yml +++ b/.github/workflows/dependabot-rbi-updater.yml @@ -18,7 +18,7 @@ jobs: name: Checkout uses: actions/checkout@v4 with: - persist-credentials: false + # persist-credentials: false ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 token: ${{ secrets.LUNCHMONEY_PAT_TOKEN }}