From 07d49e2078e8df0636b310a2117cab17c73810cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 25 Mar 2024 15:00:30 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Allow=20Smokeshow=20to=20run=20o?= =?UTF-8?q?n=20a=20private=20repo=20(#2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/smokeshow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/smokeshow.yml b/.github/workflows/smokeshow.yml index fd796a94c4..5829f24b06 100644 --- a/.github/workflows/smokeshow.yml +++ b/.github/workflows/smokeshow.yml @@ -24,6 +24,7 @@ jobs: with: workflow: test.yml commit: ${{ github.event.workflow_run.head_sha }} + github_token: ${{ secrets.GITHUB_TOKEN }} - run: smokeshow upload coverage-html env: