Skip to content

Commit

Permalink
test: add playwright job permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
msebastianb committed Nov 14, 2023
1 parent 0875cf2 commit 1bc8a31
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ on:

jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
permissions:
contents: read
actions: write

timeout-minutes: 60

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 1bc8a31

Please sign in to comment.