Skip to content

Commit

Permalink
fix(ci): add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed May 28, 2024
1 parent 835b46d commit 2225d8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/example-previews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
'pixels': 'examples/pixels/**'
'invoicer': 'examples/invoicer/**'
deploy_example_preview:
permissions:
pull-requests: read
issues: read
outputs:
example_name: ${{ steps.set-example-name.outputs.example_name }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2225d8b

Please sign in to comment.