From b664804bc182f26895410d05543b66efd93a99fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Carden=CC=83a?= <35935591+luisecm@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:41:26 -0600 Subject: [PATCH] update(ci): test --- .github/workflows/playwright.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 6eb9f15..43ef6da 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -150,11 +150,12 @@ jobs: attempt_limit: 3 action: peaceiris/actions-gh-pages@v4 with: | - deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} external_repository: Satellite-im/test-reports publish_branch: gh-pages publish_dir: ./playwright-report destination_dir: ${{ steps.timestampidone.outputs.timestamp }} + env: + deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} - name: Set Playwright report URL output id: comment