Skip to content

Commit

Permalink
Update compliance.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriter committed Jan 20, 2024
1 parent 8127457 commit 8e296d8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ on:
- cron: "0 * * * *" # Runs hourly
workflow_dispatch: # Manually Trigger workflow

permissions:
actions: write # permits an action to cancel a workflow run.
checks: write # permits an action to create a check run.
contents: write # allows the action to create a release.
discussions: write # permits an action to close or delete a discussion.
pull-requests: write # permits an action to add a label to a pull request.
issues: write # permits an action to add a comment to an issue
packages: write # permits an action to upload and publish packages on GitHub Packages.
pages: write # permits an action to request a GitHub Pages build.

jobs:
automation:
uses: ghostwriter/compliance/.github/workflows/automation.yml@v1
Expand Down

0 comments on commit 8e296d8

Please sign in to comment.