Skip to content

Commit

Permalink
add-upstream permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jan 8, 2024
1 parent 6e545d1 commit 271fc70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions: # added using https://github.com/step-security/secure-repo
contents: read

jobs:
upstream-dev:
name: test-upstream-dev (Python${{ matrix.python-version }})
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
if: |
(github.event_name == 'schedule') ||
(github.event_name == 'workflow_dispatch') ||
Expand Down

0 comments on commit 271fc70

Please sign in to comment.