diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index aeaef9b..6ab9707 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + token: ${{ secrets.PAT_TOKEN }} - name: Check for updates id: check