fix: support GH_TOKEN to override GITHUB_TOKEN #189
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 'test' | |
| on: | |
| workflow_dispatch: | |
| pull_request: | |
| push: | |
| branches: | |
| - '*' | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Crowdin Action | |
| uses: ./ | |
| with: | |
| command: 'push' | |
| command_args: '-h' | |
| - name: Get CLI version | |
| uses: ./ | |
| with: | |
| command: 'init' | |
| command_args: '-V' |