Skip to content

Commit e4b0ad4

Browse files
committed
.github: Add params to Releaser for FPBX issue creation
1 parent cee50ba commit e4b0ad4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Releaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
sec_adv_url_base: ${{vars.SEC_ADV_URL_BASE}}
9090
gpg_private_key: ${{secrets.ASTDEV_GPG_PRIV_KEY}}
9191
github_token: ${{secrets.GITHUB_TOKEN}}
92+
asteriskteam_gh_token: ${{secrets.ASTERISKTEAM_PAT}}
9293
application_id: ${{secrets.ASTERISK_ORG_ACCESS_APP_ID}}
9394
application_private_key: ${{secrets.ASTERISK_ORG_ACCESS_APP_PRIV_KEY}}
9495
asteriskteamsa_username: ${{secrets.ASTERISKTEAMSA_GMAIL_ACCT}}
@@ -97,3 +98,4 @@ jobs:
9798
deploy_ssh_username: ${{secrets.DOWNLOADS_DEPLOY_SSH_USERNAME}}
9899
deploy_host: ${{vars.DEPLOY_HOST}}
99100
deploy_dir: ${{vars.DEPLOY_DIR}}
101+
fpbx_issue_repo: ${{vars.FPBX_ISSUE_REPO}}

0 commit comments

Comments
 (0)