From 57fbc1d363bce84c6f128f43039d041b5158459a Mon Sep 17 00:00:00 2001 From: cskh Date: Mon, 21 Aug 2023 18:41:19 -0400 Subject: [PATCH] add default name --- .github/workflows/test-integrations.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-integrations.yml b/.github/workflows/test-integrations.yml index 9fc3a59f905f..be1dcb3853e2 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -47,6 +47,7 @@ jobs: runs-on: ${{ needs.setup.outputs.compute-xl }} repository-name: ${{ github.repository }} uploaded-binary-name: 'consul-bin' + branch-name: "main" secrets: elevated-github-token: ${{ secrets.ELEVATED_GITHUB_TOKEN }}