Skip to content

Commit 48ef76a

Browse files
override permissions at workflow level
1 parent ded121b commit 48ef76a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ permissions:
2525
contents: write # Allows writing to the repository (default is read-only)
2626
packages: read # Allows reading GitHub Packages
2727
actions: read # Allows reading workflow run information
28+
statuses: write # Required if the action updates commit statuses
29+
checks: write # Required if it updates GitHub Checks API
2830

2931
jobs:
3032
build:

0 commit comments

Comments
 (0)