Use enums as types in the GraphQL codegen #147
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: Upload translation files to Localazy | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| upload: | |
| runs-on: ubuntu-22.04 | |
| permissions: | |
| contents: read | |
| steps: | |
| - name: Checkout the code | |
| uses: actions/[email protected] | |
| - name: Upload | |
| uses: localazy/upload@v1 | |
| with: | |
| write_key: ${{ secrets.LOCALAZY_WRITE_KEY }} |