Skip to content

Commit

Permalink
add defaults and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayThorve committed Dec 5, 2023
1 parent 4018b38 commit 9b23b24
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,25 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

defaults:
run:
shell: bash

permissions:
actions: read
checks: none
contents: read
deployments: none
discussions: none
id-token: write
issues: none
packages: read
pages: none
pull-requests: read
repository-projects: none
security-events: none
statuses: none

jobs:
pr-builder:
needs:
Expand Down

0 comments on commit 9b23b24

Please sign in to comment.