We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f670a6 commit 2094616Copy full SHA for 2094616
.github/workflows/push.yml
@@ -37,6 +37,8 @@ jobs:
37
38
- name: Create PR
39
run: gh pr create --fill --head "LocalizationProject/${{github.sha}}" --base "main"
40
+ env:
41
+ GH_TOKEN: ${{secrets.PERSONAL_GHP}}
42
43
44
0 commit comments