Skip to content

Commit d3eb2d3

Browse files
committed
Allow the build to write action results.
1 parent aaff637 commit d3eb2d3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/main-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77

88
permissions:
99
packages: write
10+
actions: read
11+
checks: write
1012

1113
jobs:
1214
build:

.github/workflows/pull-request-gate.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- master
77

8+
permissions:
9+
actions: read
10+
checks: write
11+
812
jobs:
913
build:
1014
uses: ./.github/workflows/component-build.yml

0 commit comments

Comments
 (0)