Skip to content

Commit

Permalink
Use proper email address and other minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
plehegar authored and frivoal committed Jun 25, 2021
1 parent 9dd7d4b commit fe81157
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Setup python 3.7
- name: Setup python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
Expand Down
4 changes: 2 additions & 2 deletions deploy.sh
Expand Up @@ -34,11 +34,11 @@ set -x

# set up the github credentials

git config --global user.email noreply@unknown.w3.org
git config --global user.email w3cbot-gh@w3.org
git config --global user.name w3cbot
git config --global user.password $GITHUB_TOKEN

REPO_URL="https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY.git"
REPO_URL="https://w3cbot:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY.git"

# set up old travis env

Expand Down

0 comments on commit fe81157

Please sign in to comment.