From 2ae7c86f8d5c48d7788ce1fa1071c7f4a1f59095 Mon Sep 17 00:00:00 2001 From: Yeicor <4929005+Yeicor@users.noreply.github.com> Date: Thu, 31 Jul 2025 19:54:03 +0200 Subject: [PATCH] Fix release CI --- .github/workflows/deploy1.yml | 1 + 1 file changed, 1 insertion(+) 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