Skip to content

Commit

Permalink
Fix job permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlatr committed Nov 6, 2023
1 parent 966b0a5 commit 3054347
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/pydoctor_primer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,14 @@ on:
- '.*'
- 'setup.py'

permissions:
contents: read
pull-requests: write

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
pydoctor_primer:
name: Run pydoctor_primer
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3054347

Please sign in to comment.