From d8737fde18430027fd803833050dcfa46fc4065e Mon Sep 17 00:00:00 2001 From: Spencer Schrock Date: Tue, 1 Nov 2022 14:11:50 -0700 Subject: [PATCH] fix workflow (#2417) Signed-off-by: Spencer Schrock Signed-off-by: Spencer Schrock --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index de6340ccc97..d5cf5d974fb 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -77,8 +77,8 @@ jobs: timeout_minutes: 30 command: make e2e-pat - - name: Run attestor e2e - run: make e2e-attestor + - name: Run attestor e2e #using retry because the GitHub token is being throttled. + uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 env: GITHUB_AUTH_TOKEN: ${{ secrets.GH_AUTH_TOKEN }} with: