diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 92c7f74..0d292c5 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -14,6 +14,8 @@ jobs: steps: - name: Git Checkout uses: actions/checkout@v4 + with: + token: ${{ secrets.GH_PAT }} - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4