Skip to content

Commit ec90fd4

Browse files
committed
Update the allowed permissions for the build.
1 parent 964a337 commit ec90fd4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-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/release-build.yml

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

77
permissions:
88
packages: write
9+
actions: read
10+
checks: write
911

1012
jobs:
1113
build:

0 commit comments

Comments
 (0)