From 9617395065b1a5fb348b3cef974527016b6d08d9 Mon Sep 17 00:00:00 2001 From: Jacco Flenter Date: Mon, 6 Nov 2023 14:45:32 +0100 Subject: [PATCH] Add the GITHUB_TOKEN env var (#169) --- .github/workflows/reusable_build_images.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/reusable_build_images.yml b/.github/workflows/reusable_build_images.yml index 6cbb75f..ae76821 100644 --- a/.github/workflows/reusable_build_images.yml +++ b/.github/workflows/reusable_build_images.yml @@ -145,6 +145,8 @@ jobs: - name: Pull latest providers run: cargo run pull --wasm-dir=providers + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Build Docker image run: > @@ -220,6 +222,8 @@ jobs: - name: Pull latest providers run: cargo run pull --wasm-dir=providers + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create distributable zip file run: |