add new permissions

This commit is contained in:
greg 2022-05-17 09:33:26 +12:00
parent 0d00bb14cb
commit 50670c34b9
2 changed files with 8 additions and 0 deletions

View file

@ -7,6 +7,10 @@ on:
branches: branches:
- main - main
workflow_dispatch: workflow_dispatch:
permissions:
statuses: write
checks: write
jobs: jobs:
build-test: build-test:

View file

@ -5,6 +5,10 @@ on:
workflows: ['CI'] workflows: ['CI']
types: types:
- completed - completed
permissions:
statuses: write
checks: write
jobs: jobs:
report: report: