diff --git a/.github/workflows/deploy1.yml b/.github/workflows/deploy1.yml index a6b6a07..9fae4a6 100644 --- a/.github/workflows/deploy1.yml +++ b/.github/workflows/deploy1.yml @@ -16,6 +16,7 @@ jobs: - uses: "actions/checkout@v4" with: # Ensure we are not in a detached HEAD state ref: "master" + token: "${{ secrets.GH_PAT }}" # Check that the tag commit is the latest master commit - run: | git fetch --tags