Skip to content

Commit

Permalink
Update bot used by GHA (#144)
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 <matt.crocker+rasrm@gmail.com>
  • Loading branch information
mfcrocker and ras-rm-pr-bot authored Dec 9, 2020
1 parent cdccfb4 commit e095a84
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 @@ -116,10 +116,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 @@ -172,4 +172,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/sample/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ version: 1.1.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.1.4
appVersion: 11.1.5

0 comments on commit e095a84

Please sign in to comment.