mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-17 15:52:04 +03:00
ci: translations token
This commit is contained in:
parent
345f01f9f0
commit
4a898c3fe2
1 changed files with 1 additions and 6 deletions
7
.github/workflows/translations.yml
vendored
7
.github/workflows/translations.yml
vendored
|
@ -6,11 +6,6 @@ on:
|
|||
# At 00:00 on Sunday.
|
||||
- cron: '0 0 * * 0'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
actions: write
|
||||
|
||||
jobs:
|
||||
update-translations:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -45,7 +40,7 @@ jobs:
|
|||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
with:
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
base: master
|
||||
commit-message: 'chore: update translations'
|
||||
branch: 'update-tolgee-translations'
|
||||
title: 'chore: update translations'
|
||||
|
|
Loading…
Add table
Reference in a new issue