mirror of
https://github.com/zealdocs/zeal.git
synced 2026-08-29 08:34:50 +08:00
ci(github): improve release-please security
This commit is contained in:
@@ -20,6 +20,8 @@ jobs:
|
||||
with:
|
||||
app-id: ${{ secrets.CI_APP_ID }}
|
||||
private-key: ${{ secrets.CI_APP_PRIVATE_KEY }}
|
||||
permission-contents: write
|
||||
permission-pull-requests: write
|
||||
|
||||
- uses: googleapis/release-please-action@v4
|
||||
with:
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"release-type": "go",
|
||||
"skip-changelog": true,
|
||||
"bump-minor-pre-major": true,
|
||||
"bump-patch-for-minor-pre-major": false,
|
||||
"bump-patch-for-minor-pre-major": true,
|
||||
"draft": true,
|
||||
"force-tag-creation": true,
|
||||
"include-v-in-tag": true,
|
||||
|
||||
Reference in New Issue
Block a user