Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 084aa61

Browse files
committed
chore: update token param
1 parent 768d4c0 commit 084aa61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/translation_pull.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ permissions: write-all
88
jobs:
99
crowdin:
1010
runs-on: ubuntu-latest
11+
environment: production
1112
steps:
1213
- name: Checkout
1314
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
@@ -24,6 +25,6 @@ jobs:
2425
pull_request_body: 'New Crowdin pull request with translations'
2526
pull_request_base_branch_name: 'master'
2627
env:
27-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
GITHUB_TOKEN: ${{ secrets.SERVICEACCOUNT_TOKEN }}
2829
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
2930
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}

0 commit comments

Comments
 (0)