Skip to content

Commit f1f4938

Browse files
authored
PYTHON-4388 [v4.8] Fix permissions in release workflow (mongodb#1708)
1 parent a0d232b commit f1f4938

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959

6060
static-scan:
6161
needs: [pre-publish]
62+
permissions:
63+
security-events: write
6264
uses: ./.github/workflows/codeql.yml
6365
with:
6466
ref: ${{ needs.pre-publish.outputs.version }}

0 commit comments

Comments
 (0)