From 3995787c0273907b9a716e16482758b17539186e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?A=CC=81lvaro=20Manera?= Date: Thu, 17 Dec 2020 07:07:09 +0100 Subject: [PATCH] use token to pull repos --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eadcd502..73af2097 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v2 with: submodules: true + token: ${{ secrets.CARTOFANTE_PERSONAL_TOKEN }} - name: Build image # we tag with "latest" but we don't push it on purpose. We use it as a base for the testing image