Add permissions.checks=write for test report workflow

Signed-off-by: Seonghyeon Cho <seonghyeoncho96@gmail.com>
This commit is contained in:
Seonghyeon Cho 2024-08-25 17:29:14 +09:00
parent 5243b9b90a
commit 8a0ac2dd7d

View file

@ -5,6 +5,10 @@ on:
workflows: ['CI'] # runs after CI workflow workflows: ['CI'] # runs after CI workflow
types: types:
- completed - completed
permissions:
checks: write
jobs: jobs:
report: report:
runs-on: ubuntu-latest runs-on: ubuntu-latest