Skip to content

Commit 320a289

Browse files
ci: add GITHUB_TOKEN with permissions to build workflow (#1135)
* ci: add GITHUB_TOKEN with permissions to build workflow * Apply suggestions from code review Co-authored-by: Jim Madge <jim+github@jmadge.com> * fix: action configuration github suggestions applied broken state * Return line endings to unix --------- Co-authored-by: Jim Madge <jim+github@jmadge.com> Co-authored-by: Jim Madge <jim@jmadge.com>
1 parent e6b6870 commit 320a289

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-website.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
upload_translations: false
3232
download_translations: true
3333
crowdin_branch_name: main
34+
push_translations: false
35+
create_pull_request: false
3436
env:
3537
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
3638
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}

0 commit comments

Comments
 (0)