Skip to content

Commit 0746855

Browse files
authored
Fix the release workflow by granting sufficient permissions to the build job. (#1268)
Signed-off-by: Saketh Kalaga <saketh.kalaga@sap.com>
1 parent 0743dc7 commit 0746855

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
build:
1414
uses: ./.github/workflows/base.yaml
1515
permissions:
16+
pull-requests: write
1617
contents: read
1718
id-token: write
1819
packages: write

0 commit comments

Comments
 (0)