Skip to content

Commit

Permalink
chore: lock down permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mvayngrib committed Jan 24, 2024
1 parent fdc1515 commit eca33d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/conflicts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
pull_request:
types: [synchronize]

permissions:
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Label
on:
pull_request:

permissions:
contents: read

jobs:
label:
name: PR
Expand Down

0 comments on commit eca33d2

Please sign in to comment.