Change the token used by the localazy sync so workflows are triggered in the resulting PR
This commit is contained in:
parent
fd8ea69104
commit
b648968810
1 changed files with 1 additions and 2 deletions
3
.github/workflows/sync-localazy.yml
vendored
3
.github/workflows/sync-localazy.yml
vendored
|
|
@ -26,11 +26,10 @@ jobs:
|
|||
- name: Create Pull Request for Strings
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
with:
|
||||
token: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
|
||||
commit-message: Sync Strings from Localazy
|
||||
title: Sync Strings
|
||||
body: |
|
||||
- Update Strings from Localazy
|
||||
branch: sync-localazy
|
||||
base: develop
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue