From 893a3e1d5d4f035a5970d77ee0b074f0edcd3b61 Mon Sep 17 00:00:00 2001 From: Andrew Jiang Date: Tue, 17 Sep 2024 12:46:03 -0400 Subject: [PATCH] fix playwright comment --- .github/workflows/deploy-docs-bundle-preview.yml | 4 ++-- .github/workflows/playwright.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs-bundle-preview.yml b/.github/workflows/deploy-docs-bundle-preview.yml index e583b24989..2fb836314f 100644 --- a/.github/workflows/deploy-docs-bundle-preview.yml +++ b/.github/workflows/deploy-docs-bundle-preview.yml @@ -15,7 +15,7 @@ jobs: url: ${{ steps.deploy.outputs.deployment_url }} outputs: deployment_url: ${{ steps.deploy.outputs.deployment_url }} - permissions: write-all + permissions: write-all # required for the pr-preview comment steps: # set the ref to a specific branch so that the deployment is scoped to that branch (instead of a headless ref) - uses: actions/checkout@v4 @@ -104,7 +104,7 @@ jobs: needs: deploy # only runs on fern-prod if: needs.deploy.outputs.deployment_url runs-on: ubuntu-latest - permissions: write-all + permissions: write-all # required for the playwright-report-summary action steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 7af1b72450..5416be60ca 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -13,6 +13,7 @@ jobs: test: timeout-minutes: 10 runs-on: ubuntu-latest + permissions: write-all # required for the playwright-report-summary action steps: - uses: actions/checkout@v4