From b1b2ff726f77fab188b30e98562c6de53da8118e Mon Sep 17 00:00:00 2001 From: David Kazlauskas Date: Fri, 6 Sep 2024 08:51:49 +0300 Subject: [PATCH] Add github token --- .github/workflows/publish-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 438dccce..00d9d109 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -31,6 +31,7 @@ jobs: - name: Check out repo uses: actions/checkout@v4 with: + token: ${{ secrets.GITHUB_TOKEN }} ref: ${{ inputs.ref_to_geth }} lfs: true