diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1f3b53f50..3a2b00036 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -54,6 +54,12 @@ jobs: needs: Build runs-on: ubuntu-latest steps: + - name: Checkout code + uses: actions/checkout@v3 + with: + token: ${{ secrets.CI_PAT_TOKEN }} + fetch-depth: 0 + - name: Login to Docker Hub uses: docker/login-action@v2 with: