We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee50ba commit e4b0ad4Copy full SHA for e4b0ad4
.github/workflows/Releaser.yml
@@ -89,6 +89,7 @@ jobs:
89
sec_adv_url_base: ${{vars.SEC_ADV_URL_BASE}}
90
gpg_private_key: ${{secrets.ASTDEV_GPG_PRIV_KEY}}
91
github_token: ${{secrets.GITHUB_TOKEN}}
92
+ asteriskteam_gh_token: ${{secrets.ASTERISKTEAM_PAT}}
93
application_id: ${{secrets.ASTERISK_ORG_ACCESS_APP_ID}}
94
application_private_key: ${{secrets.ASTERISK_ORG_ACCESS_APP_PRIV_KEY}}
95
asteriskteamsa_username: ${{secrets.ASTERISKTEAMSA_GMAIL_ACCT}}
@@ -97,3 +98,4 @@ jobs:
97
98
deploy_ssh_username: ${{secrets.DOWNLOADS_DEPLOY_SSH_USERNAME}}
99
deploy_host: ${{vars.DEPLOY_HOST}}
100
deploy_dir: ${{vars.DEPLOY_DIR}}
101
+ fpbx_issue_repo: ${{vars.FPBX_ISSUE_REPO}}
0 commit comments