Skip to content

Commit

Permalink
ci: fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics authored May 9, 2024
1 parent d60a1cf commit 1d7668c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- main

permissions:
contents: read
contents: write

jobs:
test-typescript:
Expand Down Expand Up @@ -69,4 +69,4 @@ jobs:
rootDir: './example'

env:
EXAMPLE: 'World'
EXAMPLE: 'World'

0 comments on commit 1d7668c

Please sign in to comment.