-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #120 from crowdin/fix_gpg_private_key
enhance gpg_private_key
- Loading branch information
Showing
2 changed files
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
uses: actions/checkout@v2 | ||
|
||
- name: crowdin action | ||
uses: crowdin/[email protected].8 | ||
uses: crowdin/[email protected].9 | ||
with: | ||
upload_translations: true | ||
download_translations: true | ||
|
@@ -120,9 +120,10 @@ In case you don’t want to download translations from Crowdin (`download_transl | |
github_user_name: Crowdin Bot | ||
github_user_email: [email protected] | ||
|
||
# For signed commits, add your ASCII-armored key | ||
# Ensure that all emails are the same: for account profile that holds public key, the one specified during key generation, and for commit author (github_user_email parameter) | ||
# For signed commits, add your ASCII-armored key and export "gpg --armor --export-secret-key GPG_KEY_ID" | ||
# Ensure that all emails are the same: for account profile that holds private key, the one specified during key generation, and for commit author (github_user_email parameter) | ||
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} | ||
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }} | ||
|
||
# config options | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters