Skip to content

Commit c1f28f0

Browse files
committed
ci: adds missing permissions in workflow definition to fix code scanning report
Signed-off-by: Vincent Biret <[email protected]>
1 parent 537dc98 commit c1f28f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-please-gha.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
- main
1717
- support/v1
1818

19+
permissions:
20+
contents: read
21+
1922
jobs:
2023
release:
2124
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)