Skip to content

Commit

Permalink
ci: add permissions to test.yml
Browse files Browse the repository at this point in the history
nwtgck authored Oct 14, 2022
1 parent 890358d commit 115b7c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -3,6 +3,10 @@ on:
push:
pull_request:

permissions:
statuses: write
deployments: write

jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest

0 comments on commit 115b7c3

Please sign in to comment.