Skip to content

Commit

Permalink
Merge pull request #7 from boxuk/monorepo-split-action
Browse files Browse the repository at this point in the history
Add GitHub Token Permissions
  • Loading branch information
jdamner authored May 23, 2024
2 parents 58471e4 + 05936d5 commit 1b07752
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ on:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

permissions:
contents: write
pull-requests: write
checks: write
issues: write

jobs:
packages_split:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1b07752

Please sign in to comment.