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

Commit 5744b54

Browse files
mustofa-binarymustofa-binary
andauthored
fix: translation config yml (#6761)
Co-authored-by: mustofa-binary <mustofa-binary@binary.com>
1 parent 1d5d1ef commit 5744b54

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/sync_crowdin_translations.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323

2424
- name: Checkout master branch
2525
uses: actions/checkout@v2
26-
with:
27-
repository: "binary-com/binary-static"
28-
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2926

3027
- name: Setup Project and environment
3128
run: |
@@ -93,7 +90,7 @@ jobs:
9390
git push --set-upstream origin "$branch_name" -f
9491
9592
sudo apt install gh
96-
gh auth login --with-token <<< ${{ secrets.PERSONAL_ACCESS_TOKEN }}
93+
gh auth login --with-token <<< ${{ github.token }}
9794
gh pr close "$branch_name" || true
9895
gh pr create --fill --base "master" --head "binary-com:$branch_name"
9996

0 commit comments

Comments
 (0)