diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f624a7f7..da6b032e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,6 +24,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v6 + with: + token: ${{ secrets.PAT_TOKEN }} - name: Set up Python uses: actions/setup-python@v6