mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
fix: add missing token parameter for create-pull-request action in i18n-check workflow
This commit is contained in:
1
.github/workflows/i18n-check.yaml
vendored
1
.github/workflows/i18n-check.yaml
vendored
@@ -44,6 +44,7 @@ jobs:
|
|||||||
if: |
|
if: |
|
||||||
always() && (hashFiles('i18n-missing/*.txt') != '')
|
always() && (hashFiles('i18n-missing/*.txt') != '')
|
||||||
with:
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit-message: "chore(i18n): report missing translation keys"
|
commit-message: "chore(i18n): report missing translation keys"
|
||||||
title: "chore(i18n): report missing translation keys"
|
title: "chore(i18n): report missing translation keys"
|
||||||
body: |
|
body: |
|
||||||
|
|||||||
Reference in New Issue
Block a user