Skip to content

Commit

Permalink
CI: Fix wrong syntax (#62)
Browse files Browse the repository at this point in the history
* CI: Fix wrong syntax

* CHORE: Add permission contents write
  • Loading branch information
mazipan authored Nov 25, 2024
1 parent 6755b5d commit 8fbf52b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
smoke-test:
runs-on: ubuntu-latest
permissions:
contents: write
timeout-minutes: 60

steps:
Expand Down Expand Up @@ -40,7 +42,7 @@ jobs:
retention-days: 30- name: Deploy

- name: Deploy GH Pages
- uses: peaceiris/actions-gh-pages@v4
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./playwright-report

0 comments on commit 8fbf52b

Please sign in to comment.