diff --git a/.github/workflows/gettext.yml b/.github/workflows/gettext.yml new file mode 100644 index 00000000..eed24ae2 --- /dev/null +++ b/.github/workflows/gettext.yml @@ -0,0 +1,14 @@ +name: Gettext updates +on: + push: + branches: master +jobs: + gettext_template: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - uses: elementary/actions/gettext-template@master + env: + GIT_USER_TOKEN: "${{ secrets.GIT_USER_TOKEN }}" + GIT_USER_NAME: "elementaryBot" + GIT_USER_EMAIL: "builds@elementary.io"