Skip to content

Commit

Permalink
ci: add permissions to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed 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
Expand Up @@ -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
Expand Down

0 comments on commit 115b7c3

Please sign in to comment.