Skip to content

Commit

Permalink
Set minimal permissions for workflow python-wheels.yml
Browse files Browse the repository at this point in the history
The exact same changes done on other workflows through the PR AcademySoftwareFoundation#1417

Signed-off-by: Diogo Teles Sant'Anna <diogoteles@google.com>
  • Loading branch information
diogoteles08 authored Aug 29, 2023
1 parent df91c16 commit aa3a044
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ on:
- 'website/src/**'
- '!bazel/**'

permissions:
contents: read

jobs:
build_wheels:
name: Build Python wheels
Expand Down

0 comments on commit aa3a044

Please sign in to comment.