Adds credentials

This commit is contained in:
Neil Dorin
2020-03-17 21:13:59 -06:00
parent 3fbf9348c6
commit 779de596eb

View File

@@ -121,6 +121,8 @@ jobs:
path: ./
- name: Copy build output and push
run: |
git config user.email "actions@pepperdash.com"
git config user.name "GitHub Actions"
git add .
git commit -m "Build ${{ env.GITHUB_RUN_NUMBER }} from commit: https://github.com/${{ env.GITHUB_REPOSITORY }}/commit/${{ env.GITHUB_SHA }}"
git tag ${{ env.VERSION }}