From d00eb5e9048149ea6ff7af257e3e583c9bffc7dd Mon Sep 17 00:00:00 2001 From: Silvin Lubecki Date: Sat, 17 Oct 2020 01:14:07 +0200 Subject: [PATCH] Fix workflow... again Signed-off-by: Silvin Lubecki --- .github/workflows/release-weekly-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-weekly-build.yml b/.github/workflows/release-weekly-build.yml index a6c4a4e..e4a0de2 100644 --- a/.github/workflows/release-weekly-build.yml +++ b/.github/workflows/release-weekly-build.yml @@ -65,7 +65,7 @@ jobs: - name: Build binary and run tests env: E2E_HUB_USERNAME: ${{ secrets.E2E_HUB_USERNAME }} - E2E_HUB_TOKEN_TOKEN: ${{ secrets.E2E_HUB_TOKEN }} + E2E_HUB_TOKEN: ${{ secrets.E2E_HUB_TOKEN }} run: make TAG_NAME=${{ github.event.inputs.tag }} -f builder.Makefile build test-unit e2e - name: Upload binary artifact