mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 03:02:04 +00:00
.github: Update Releaser to use SES email
This commit is contained in:
4
.github/workflows/Releaser.yml
vendored
4
.github/workflows/Releaser.yml
vendored
@@ -88,7 +88,7 @@ jobs:
|
|||||||
secrets:
|
secrets:
|
||||||
gpg_private_key: ${{secrets.ASTDEV_GPG_PRIV_KEY}}
|
gpg_private_key: ${{secrets.ASTDEV_GPG_PRIV_KEY}}
|
||||||
asteriskteam_gh_token: ${{secrets.ASTERISKTEAM_PAT}}
|
asteriskteam_gh_token: ${{secrets.ASTERISKTEAM_PAT}}
|
||||||
asteriskteamsa_username: ${{secrets.ASTERISKTEAMSA_GMAIL_ACCT}}
|
asteriskteam_email_username: ${{secrets.ASTERISKTEAM_SES_KEY_ID}}
|
||||||
asteriskteamsa_token: ${{secrets.ASTERISKTEAMSA_GMAIL_TOKEN}}
|
asteriskteam_email_secret: ${{secrets.ASTERISKTEAM_SES_KEY_SECRET}}
|
||||||
deploy_ssh_priv_key: ${{secrets.DOWNLOADS_DEPLOY_SSH_PRIV_KEY}}
|
deploy_ssh_priv_key: ${{secrets.DOWNLOADS_DEPLOY_SSH_PRIV_KEY}}
|
||||||
deploy_ssh_username: ${{secrets.DOWNLOADS_DEPLOY_SSH_USERNAME}}
|
deploy_ssh_username: ${{secrets.DOWNLOADS_DEPLOY_SSH_USERNAME}}
|
||||||
|
Reference in New Issue
Block a user