diff --git a/.github/workflows/update-pot.yml b/.github/workflows/update-pot.yml index 0e1cd5d..a1ec170 100644 --- a/.github/workflows/update-pot.yml +++ b/.github/workflows/update-pot.yml @@ -23,7 +23,7 @@ jobs: run: wp i18n make-pot . languages/pressbooks-cas-sso.pot --domain=pressbooks-cas-sso --slug=pressbooks-cas-sso --package-name="Pressbooks CAS Single Sign-On" --headers="{\"Report-Msgid-Bugs-To\":\"https://github.com/pressbooks/pressbooks-cas-sso/issues\"}" - name: Create Pull Request for POT file id: cprpot - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PAT_FOR_GITHUB_ACTIONS }} labels: automerge-pot diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index 365c547..77ab41e 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -26,7 +26,7 @@ jobs: run: wp i18n make-mo languages - name: Create Pull Request for MO files id: cprtransifex - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PAT_FOR_GITHUB_ACTIONS }} commit-message: 'chore(l10n): update languages/*.mo'