Skip to content

Commit 8027071

Browse files
authored
Merge pull request #2046 from microsoft/ci/missing-permissions
ci: adds missing permissions to fix codeql report
2 parents 9795b72 + 02a0044 commit 8027071

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ on:
1515
branches:
1616
- main
1717

18+
19+
permissions:
20+
contents: read
21+
1822
jobs:
1923
release:
2024
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)