Skip to content

Commit

Permalink
Change CI bot user
Browse files Browse the repository at this point in the history
  • Loading branch information
mymindstorm committed Dec 16, 2020
1 parent 706617f commit e392e43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/i18n.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ NC='\033[0m'
BRANCH=${GITHUB_REF##*/}

# Configure git
git config --global user.email "27856297+dependabot-preview[bot]@users.noreply.github.com"
git config --global user.name "GitHub Actions"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git remote set-url origin [email protected]:${GITHUB_REPOSITORY}.git
gpg --quiet --batch --yes --decrypt --passphrase="$DEPLOY_KEY_PASSWORD" \
--output $GITHUB_WORKSPACE/scripts/deploy-key $GITHUB_WORKSPACE/scripts/deploy-key.gpg
Expand Down
4 changes: 2 additions & 2 deletions scripts/tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# This script is used by travis to auto tag our releases

# Configure git
git config --global user.email "27856297+dependabot-preview[bot]@users.noreply.github.com"
git config --global user.name "GitHub Actions"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git remote set-url origin [email protected]:${GITHUB_REPOSITORY}.git
gpg --quiet --batch --yes --decrypt --passphrase="$DEPLOY_KEY_PASSWORD" \
--output $GITHUB_WORKSPACE/scripts/deploy-key $GITHUB_WORKSPACE/scripts/deploy-key.gpg
Expand Down

0 comments on commit e392e43

Please sign in to comment.