From 3bf9bff468da8a700830c8a9c1b9fc028ea51d60 Mon Sep 17 00:00:00 2001 From: Pablo Romero Date: Sun, 22 Oct 2023 23:03:12 +0200 Subject: [PATCH] Add workflow main.yml as source artifact. --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52cb976..27b8fb3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,6 +50,8 @@ jobs: - name: Download Speedgoat dependencies artifacts uses: dawidd6/action-download-artifact@v2 with: + github_token: ${{ secrets.REPO_READ_TOKEN }} + workflow: main.yml search_artifacts: true name: speedgoat-deps-* name_is_regexp: true