|
57 | 57 | base_path: "."
|
58 | 58 | commit_message: "docs: Update localizations from Crowdin"
|
59 | 59 | env:
|
60 |
| - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
| 60 | + GITHUB_TOKEN: ${{ secrets.CI_TOKEN }} |
61 | 61 | CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
|
62 | 62 | CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_API_TOKEN }}
|
63 | 63 | - name: "Convert Outputs"
|
@@ -88,46 +88,46 @@ jobs:
|
88 | 88 | PR_ID=$(echo -n "${{ needs.download.outputs.pr_id }}" | base64 --decode)
|
89 | 89 | echo "pr_ref=$PR_REF" >> $GITHUB_OUTPUT
|
90 | 90 | echo "pr_id=$PR_ID" >> $GITHUB_OUTPUT
|
91 |
| - - name: Invoke checks workflow |
92 |
| - |
93 |
| - with: |
94 |
| - workflow: check.yml |
95 |
| - ref: ${{ steps.convert_outputs.outputs.pr_ref }} |
96 |
| - - name: Invoke codeql workflow |
97 |
| - |
98 |
| - with: |
99 |
| - workflow: codeql-analysis.yml |
100 |
| - ref: ${{ steps.convert_outputs.outputs.pr_ref }} |
101 |
| - - name: Invoke lint workflow |
102 |
| - |
103 |
| - with: |
104 |
| - workflow: lint.yml |
105 |
| - ref: ${{ steps.convert_outputs.outputs.pr_ref }} |
106 |
| - - name: Invoke pr workflow |
107 |
| - |
108 |
| - with: |
109 |
| - workflow: pr.yml |
110 |
| - ref: ${{ steps.convert_outputs.outputs.pr_ref }} |
111 |
| - - name: Invoke test workflow |
112 |
| - |
113 |
| - with: |
114 |
| - workflow: test.yml |
115 |
| - ref: ${{ steps.convert_outputs.outputs.pr_ref }} |
116 |
| - - name: Invoke todo workflow |
117 |
| - |
118 |
| - with: |
119 |
| - workflow: todo.yml |
120 |
| - ref: ${{ steps.convert_outputs.outputs.pr_ref }} |
121 |
| - - name: Invoke version updates workflow |
122 |
| - |
123 |
| - with: |
124 |
| - workflow: version-updates.yml |
125 |
| - ref: ${{ steps.convert_outputs.outputs.pr_ref }} |
126 |
| - # - run: gh pr review --approve -b "auto-approval for localization sync :3" "$PR_ID" |
127 |
| - # env: |
128 |
| - # PR_ID: ${{ steps.convert_outputs.outputs.pr_id }} |
129 |
| - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
| 91 | + #- name: Invoke checks workflow |
| 92 | + |
| 93 | + #with: |
| 94 | + #workflow: check.yml |
| 95 | + #ref: ${{ steps.convert_outputs.outputs.pr_ref }} |
| 96 | + #- name: Invoke codeql workflow |
| 97 | + |
| 98 | + #with: |
| 99 | + #workflow: codeql-analysis.yml |
| 100 | + #ref: ${{ steps.convert_outputs.outputs.pr_ref }} |
| 101 | + #- name: Invoke lint workflow |
| 102 | + |
| 103 | + #with: |
| 104 | + #workflow: lint.yml |
| 105 | + #ref: ${{ steps.convert_outputs.outputs.pr_ref }} |
| 106 | + #- name: Invoke pr workflow |
| 107 | + |
| 108 | + #with: |
| 109 | + #workflow: pr.yml |
| 110 | + #ref: ${{ steps.convert_outputs.outputs.pr_ref }} |
| 111 | + #- name: Invoke test workflow |
| 112 | + |
| 113 | + #with: |
| 114 | + #workflow: test.yml |
| 115 | + #ref: ${{ steps.convert_outputs.outputs.pr_ref }} |
| 116 | + #- name: Invoke todo workflow |
| 117 | + |
| 118 | + #with: |
| 119 | + #workflow: todo.yml |
| 120 | + #ref: ${{ steps.convert_outputs.outputs.pr_ref }} |
| 121 | + #- name: Invoke version updates workflow |
| 122 | + |
| 123 | + #with: |
| 124 | + #workflow: version-updates.yml |
| 125 | + #ref: ${{ steps.convert_outputs.outputs.pr_ref }} |
130 | 126 | - run: gh pr merge --auto --squash $PR_ID
|
| 127 | + env: |
| 128 | + PR_ID: ${{ steps.convert_outputs.outputs.pr_id }} |
| 129 | + GITHUB_TOKEN: ${{ secrets.CI_TOKEN }} |
| 130 | + - run: gh pr review --approve -b "auto-approval for localization sync :3" "$PR_ID" |
131 | 131 | env:
|
132 | 132 | PR_ID: ${{ steps.convert_outputs.outputs.pr_id }}
|
133 | 133 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
0 commit comments