Skip to content

Commit

Permalink
Merge 7fe08df into 94820ce
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishbijlani authored Aug 15, 2023
2 parents 94820ce + 7fe08df commit 0524efb
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/packj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,20 @@ name: Packj security audit
on:
pull_request:
branches: main

permissions: # principle of least privilege (only code READ perms)
contents: read
pull-requests: write


# Declare default permissions as read only.
permissions: read-all

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:

# This workflow contains a single job called "packj-audit"
packj-security-audit:

# write perms
permissions:
pull-requests: write

# The type of runner that the job will run on
runs-on: ubuntu-latest

Expand Down

0 comments on commit 0524efb

Please sign in to comment.