CI: Update token for translations.yml

This commit is contained in:
Archi 2021-07-06 10:00:00 +02:00
parent 60b05dfd46
commit 69f3d0fdcb
No known key found for this signature in database
GPG key ID: 6B138B4C64555AEA

View file

@ -60,7 +60,7 @@ jobs:
- name: Push changes to wiki
uses: ad-m/github-push-action@v0.6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}
branch: master
directory: wiki
repository: ${{ github.repository }}.wiki
@ -86,5 +86,5 @@ jobs:
- name: Push changes to ASF
uses: ad-m/github-push-action@v0.6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}
branch: ${{ github.ref }}