Skip to content

Commit

Permalink
chore: write all permission
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Oct 7, 2024
1 parent a7ea83f commit 004a17c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
workflow_dispatch:
push:
branches:
- development
- main

permissions: write-all
permissions:
contents: write
pull-requests: write

jobs:
release-please:
Expand All @@ -16,8 +18,7 @@ jobs:
id: release
with:
release-type: node
target-branch: development
token: '${{ github.token }}'
target-branch: main
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 004a17c

Please sign in to comment.