Skip to content

Commit

Permalink
PYTHON-4388 [v4.8] Fix permissions in release workflow (#1708)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jun 25, 2024
1 parent a0d232b commit f1f4938
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:

static-scan:
needs: [pre-publish]
permissions:
security-events: write
uses: ./.github/workflows/codeql.yml
with:
ref: ${{ needs.pre-publish.outputs.version }}
Expand Down

0 comments on commit f1f4938

Please sign in to comment.