Skip to content

Commit

Permalink
ci: build credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeitch committed Sep 8, 2020
1 parent 3e70e67 commit ee00137
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v2

- name: Setup git config
run: |
git config user.email natan.luz.deitch@gmail.com
git config user.name Natan Deitch
git config user.password ${{ secrets.GITHUB_TOKEN }}
- name: Setup Node 10
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit ee00137

Please sign in to comment.