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