Skip to content

Commit

Permalink
Try to fix permission scope
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixS90 committed Jun 4, 2024
1 parent ed8fd0c commit 2dc0d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ on:
required: false
default: ''
type: string
permissions:
contents: read
jobs:
CodeQualityAnalysis-Test:
name: Static Analysis and Tests
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
build-test-deploy:
name: Build, Test, Deploy to PyPI
Expand Down

0 comments on commit 2dc0d35

Please sign in to comment.