Skip to content

Commit

Permalink
Ensure pemissions are restrictive
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Jul 16, 2021
1 parent c795613 commit c13f9ae
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/label-merge-conflicts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ on:
pull_request_target:
types: [synchronize]

permissions:
contents: read
pull-requests: write
# Enforce other not needed permissions are off
actions: none
checks: none
deployments: none
issues: none
#metadata: read
packages: none
repository-projects: none
security-events: none
statuses: none

jobs:
main:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c13f9ae

Please sign in to comment.