mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[AAE-46943] Rename git signing secret/vars to HXPS_GIT_* (#5223)
Align the Crowdin commit-signing secret and git identity variables with the renamed org-level names (HXPS_GIT_COMMIT_SIGNING_PRIVATE_KEY, HXPS_GIT_USERNAME, HXPS_GIT_EMAIL). Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -18,9 +18,9 @@ jobs:
|
||||
localization_branch_name: automated-translations-update
|
||||
pull_request_title: "GH Auto: Automated Update of Translations from Crowdin"
|
||||
pull_request_base_branch_name: develop
|
||||
github_user_name: ${{ vars.HXP_GIT_USERNAME }}
|
||||
github_user_email: ${{ vars.HXP_GIT_EMAIL }}
|
||||
gpg_private_key: ${{ secrets.HXP_GIT_COMMIT_SIGNING_PRIVATE_KEY }}
|
||||
github_user_name: ${{ vars.HXPS_GIT_USERNAME }}
|
||||
github_user_email: ${{ vars.HXPS_GIT_EMAIL }}
|
||||
gpg_private_key: ${{ secrets.HXPS_GIT_COMMIT_SIGNING_PRIVATE_KEY }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
CROWDIN_TOKEN: ${{ secrets.CROWDIN_TRANSLATIONS_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user