File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,13 @@ action {
1212 strip_prefix: " github/google-auth-library-java"
1313 }
1414}
15+
16+ # Fetch the token needed for reporting release status to GitHub
17+ before_action {
18+ fetch_keystore {
19+ keystore_resource {
20+ keystore_config_id: 73713
21+ keyname: " yoshi-automation-github-key"
22+ }
23+ }
24+ }
Original file line number Diff line number Diff line change 1515
1616set -eo pipefail
1717
18+ # Start the releasetool reporter
19+ python3 -m pip install gcp-releasetool
20+ python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
21+
1822source $( dirname " $0 " ) /common.sh
1923MAVEN_SETTINGS_FILE=$( realpath $( dirname " $0 " ) /../../) /settings.xml
2024pushd $( dirname " $0 " ) /../../
You can’t perform that action at this time.
0 commit comments