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 98e3cb9 commit af06849Copy full SHA for af06849
1 file changed
.github/workflows/crowdin_sync.yml
@@ -16,6 +16,9 @@ on:
16
env:
17
# The git branch used for sync with crowdin and for the pull request
18
BRANCH: crowdin
19
+ # SSH Deploy Key with write access (needed to trigger push workflow runs in created pull request)
20
+ SSH_KEY: ${{ secrets.SSH_KEY_GITHUB_ACTION }}
21
+
22
# crowdin config
23
CONFIG: '.github/.crowdin.yml'
24
PROJECT: ${{ secrets.CROWDIN_PROJECT_ID }}
@@ -45,6 +48,7 @@ jobs:
45
48
- name: Checkout repo
46
49
uses: actions/checkout@v4
47
50
with:
51
+ ssh-key: ${{ env.SSH_KEY }}
52
fetch-depth: 0
53
54
- name: Install python
0 commit comments