Skip to content

Commit

Permalink
Permit GitHub Actions Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Dec 19, 2024
1 parent 387c8ee commit a08f007
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
name: Audit
on: [ pull_request, push ]
permissions:
actions: read
checks: read
contents: read
deployments: read
issues: read
discussions: read
packages: read
pages: read
pull-requests: read
repository-projects: read
security-events: read
statuses: read
jobs:
audit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a08f007

Please sign in to comment.