mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-16 20:15:46 -06:00
Also push changes in Weblate to the PR
This should avoid conflicts later Close #43527 Signed-off-by: Alexander Schwartz <alexander.schwartz@ibm.com>
This commit is contained in:
committed by
GitHub
parent
7950e3e75a
commit
0261b40de2
1
.github/workflows/weblate.yml
vendored
1
.github/workflows/weblate.yml
vendored
@@ -35,4 +35,5 @@ jobs:
|
||||
- run: |
|
||||
if [ '${{ secrets.WEBLATE_TOKEN }}' != '' ]; then
|
||||
curl --fail-with-body -d operation=pull -H "Authorization: Token ${{ secrets.WEBLATE_TOKEN }}" https://hosted.weblate.org/api/projects/keycloak/repository/
|
||||
curl --fail-with-body -d operation=push -H "Authorization: Token ${{ secrets.WEBLATE_TOKEN }}" https://hosted.weblate.org/api/projects/keycloak/repository/
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user