Skip to content

Commit

Permalink
Create localazy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc authored Sep 7, 2024
1 parent 61b3f98 commit f135d92
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/localazy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on: workflow_dispatch

jobs:
localazy-upload:
name: Upload strings to Localazy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: localazy/upload@v1
with:
read_key: ${{ secrets.LOCALAZY_READ_KEY }}
write_key: ${{ secrets.LOCALAZY_WRITE_KEY }}

0 comments on commit f135d92

Please sign in to comment.