Skip to content

Commit a645f5e

Browse files
committed
chore: write permission of auto merge via PAT
1 parent a536836 commit a645f5e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@ jobs:
2020
- name: 🤖 Run release-please
2121
uses: googleapis/release-please-action@v4
2222
with:
23+
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2324
release-type: node
2425
package-name: create-reactw-app
26+
config-file: .release-please-config.json
27+
manifest-file: .release-please-manifest.json

.release-please-config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"release-type": "node",
3+
"skip-github-release": false
4+
}

0 commit comments

Comments
 (0)