Skip to content

Commit

Permalink
Update bot used by GHA (#224)
Browse files Browse the repository at this point in the history
* Update bot used by GHA

* [ci skip] auto patch increment
skip-checks: true

Co-authored-by: ras-rm-pr-bot <[email protected]>
  • Loading branch information
mfcrocker and ras-rm-pr-bot authored Dec 9, 2020
1 parent 4966d44 commit 912dc7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ jobs:
echo "new version: $NEW_VERSION"
sed -i -e "s/appVersion: .*/$NEW_VERSION/g" $CHART_DIRECTORY/Chart.yaml
git config user.name "ras-rm-bot"
git config user.name "ras-rm-pr-bot"
git config user.email "${{ secrets.BOT_EMAIL }}"
git remote set-url origin https://ras-rm-bot:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
git remote set-url origin https://ras-rm-pr-bot:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
git remote update
git fetch
Expand Down Expand Up @@ -173,4 +173,4 @@ jobs:
run: |
gcloud pubsub topics publish $SPINNAKER_TOPIC --project $HOST \
--message "{ \"kind\": \"storage#object\", \"name\": \"$IMAGE/$IMAGE-${{ env.HELM_VERSION }}.tgz\", \"bucket\": \"$ARTIFACT_BUCKET\" }" \
--attribute cd="actions"
--attribute cd="actions"
2 changes: 1 addition & 1 deletion _infra/helm/collection-exercise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ version: 1.2.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 11.0.31
appVersion: 11.0.32

0 comments on commit 912dc7c

Please sign in to comment.