Browse Source

Merge pull request #638 from vector-im/misc/jme/try-to-launch-workflow-on-strings-sync

Change the token used by the localazy sync so workflows are triggered in the resulting PR
feature/julioromano/geocoding_api
Benoit Marty 1 year ago committed by GitHub
parent
commit
6d11258339
  1. 3
      .github/workflows/sync-localazy.yml

3
.github/workflows/sync-localazy.yml

@ -26,11 +26,10 @@ jobs:
- name: Create Pull Request for Strings - name: Create Pull Request for Strings
uses: peter-evans/create-pull-request@v5 uses: peter-evans/create-pull-request@v5
with: with:
token: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
commit-message: Sync Strings from Localazy commit-message: Sync Strings from Localazy
title: Sync Strings title: Sync Strings
body: | body: |
- Update Strings from Localazy - Update Strings from Localazy
branch: sync-localazy branch: sync-localazy
base: develop base: develop
env:
GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}

Loading…
Cancel
Save