Skip to content

Commit

Permalink
build(fix): use existing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mfacchinelli committed Aug 16, 2024
1 parent 9c86b45 commit 36d8ecf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ permissions:
contents: write
checks: write
packages: write
pull-requests: write

env:
PREFERED_PYTHON_VERSION: '3.12'
Expand All @@ -38,11 +39,6 @@ jobs:
python-versions: ['3.10', '3.11', '3.12']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
permissions:
actions: write
checks: write
packages: write
pull-requests: write
# map step outputs to job outputs so they can be share among jobs
outputs:
package_version: ${{ env.PACKAGE_VERSION }}
Expand Down

0 comments on commit 36d8ecf

Please sign in to comment.