Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
asterisk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Voice
asterisk
Commits
1491da61
Commit
1491da61
authored
2 years ago
by
George Joseph
Committed by
Asterisk Development Team
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
.github: Updates for AsteriskReleaser
(cherry picked from commit 31663fed53e3fe02dfc227ea64ed2febaf5caefe)
parent
d180c58c
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!193
Merge tag '20.8.1' into 'merge-asterisk-20.8.1'
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/AsteriskReleaser.yml
+21
-3
21 additions, 3 deletions
.github/workflows/AsteriskReleaser.yml
with
21 additions
and
3 deletions
.github/workflows/AsteriskReleaser.yml
+
21
−
3
View file @
1491da61
...
...
@@ -25,9 +25,21 @@ on:
process won't get it right.
required
:
false
type
:
string
push_
live
:
push_
release_branches
:
description
:
|
Push live to GitHub and downloads server?
Push release branches live?
required
:
true
type
:
boolean
default
:
false
create_github_release
:
description
:
|
Create the GitHub release?
required
:
true
type
:
boolean
default
:
false
push_tarballs
:
description
:
|
Push tarballs to downloads server?
required
:
true
type
:
boolean
default
:
false
...
...
@@ -48,7 +60,9 @@ jobs:
is_security
:
${{inputs.is_security}}
new_version
:
${{inputs.new_version}}
start_version
:
${{inputs.start_version}}
push_live
:
${{inputs.push_live}}
push_release_branches
:
${{inputs.push_release_branches}}
create_github_release
:
${{inputs.create_github_release}}
push_tarballs
:
${{inputs.push_tarballs}}
send_email
:
${{inputs.send_email}}
repo
:
${{github.repository}}
asterisk_mail_list_ga
:
${{vars.ASTERISK_MAIL_LIST_GA}}
...
...
@@ -62,3 +76,7 @@ jobs:
application_private_key
:
${{secrets.ASTERISK_ORG_ACCESS_APP_PRIV_KEY}}
asteriskteamsa_username
:
${{secrets.ASTERISKTEAMSA_GMAIL_ACCT}}
asteriskteamsa_token
:
${{secrets.ASTERISKTEAMSA_GMAIL_TOKEN}}
deploy_ssh_priv_key
:
${{secrets.ASTERISK_DEPLOY_SSH_PRIV_KEY}}
deploy_ssh_username
:
${{secrets.ASTERISK_DEPLOY_SSH_USERNAME}}
deploy_host
:
${{vars.ASTERISK_DEPLOY_HOST}}
deploy_dir
:
${{vars.ASTERISK_DEPLOY_DIR}}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment