From: George Joseph Date: Fri, 26 Jul 2024 13:27:37 +0000 (-0600) Subject: .github: Add params to Releaser for FPBX issue creation X-Git-Tag: 21.5.0-rc1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee7fe23cda48d2701c2013878626e96cdb2b66d8;p=thirdparty%2Fasterisk.git .github: Add params to Releaser for FPBX issue creation (cherry picked from commit cf09da519e75b9e6094eb8c8cfdde43a3b209019) --- diff --git a/.github/workflows/Releaser.yml b/.github/workflows/Releaser.yml index 704abdfbc1..cbc32b0ad0 100644 --- a/.github/workflows/Releaser.yml +++ b/.github/workflows/Releaser.yml @@ -89,6 +89,7 @@ jobs: sec_adv_url_base: ${{vars.SEC_ADV_URL_BASE}} gpg_private_key: ${{secrets.ASTDEV_GPG_PRIV_KEY}} github_token: ${{secrets.GITHUB_TOKEN}} + asteriskteam_gh_token: ${{secrets.ASTERISKTEAM_PAT}} application_id: ${{secrets.ASTERISK_ORG_ACCESS_APP_ID}} application_private_key: ${{secrets.ASTERISK_ORG_ACCESS_APP_PRIV_KEY}} asteriskteamsa_username: ${{secrets.ASTERISKTEAMSA_GMAIL_ACCT}} @@ -97,3 +98,4 @@ jobs: deploy_ssh_username: ${{secrets.DOWNLOADS_DEPLOY_SSH_USERNAME}} deploy_host: ${{vars.DEPLOY_HOST}} deploy_dir: ${{vars.DEPLOY_DIR}} + fpbx_issue_repo: ${{vars.FPBX_ISSUE_REPO}}