Skip to content

Commit

Permalink
fix: more job permission fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Feb 16, 2024
1 parent 5c2c193 commit 864280d
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/on.push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,19 @@ jobs:
name: "Checks"
uses: ./.github/workflows/checks.scorecards.yml
permissions:
checks: read
deployments: read
discussions: read
id-token: write
issues: read
packages: read
pages: read
pull-requests: read
repository-projects: read
security-events: write
statuses: read
actions: "read"
contents: "read"
checks: "read"
deployments: "read"
discussions: "read"
id-token: "write"
issues: "read"
packages: "read"
pages: "read"
pull-requests: "read"
repository-projects: "read"
security-events: "write"
statuses: "read"

##
## Job: Check for Wrapper
Expand Down

0 comments on commit 864280d

Please sign in to comment.