Paul-Weaver
Paul-Weaver
Hi guys, any update on this?
This would be very nice! I agree, When is it likely available to hit GA? @khewonc
Any update on this @khewonc ?
ANy update on this?
> Hi [@Paul-Weaver](https://github.com/Paul-Weaver), thanks for the request! > > There was a similar request in issue [#264](https://github.com/crowdin/github-action/issues/264). Could you please check if the solution suggested in that issue works for...
@andrii-bodnar it actually works on latest crowdin using `GITHUB_TOKEN` and having the app token there. Or am I misunderstanding something? ``` name: crowdin-test-run on: workflow_dispatch: jobs: crowdin-test: runs-on: ubuntu-latest permissions:...
> [@Paul-Weaver](https://github.com/Paul-Weaver) it's interesting 🤔 Based on the mentioned issue, I thought it was not working this way I'm not sure, but you can see they don't have the correct...
> [@Paul-Weaver](https://github.com/Paul-Weaver) indeed, that looks like a reason. So it seems to work without any changes to the action code. > > By the way, would you like to contribute...
@3dbrows here’s what worked for me: 1. Two tokens, two roles - `GITHUB_TOKEN` (default) handles the REST / GraphQL API calls (open/update PR, set commit status). - `GH_TOKEN` (GitHub App...
TL;DR — The Crowdin action needs two tokens: the default **GITHUB_TOKEN** for API calls (opening/updating the PR) and a scoped **GH_TOKEN** from your GitHub App for the actual git push....