Skip to content

Commit

Permalink
fix playwright comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Sep 17, 2024
1 parent d9af2f2 commit 893a3e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs-bundle-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 893a3e1

Please sign in to comment.