Created
September 28, 2020 06:27
-
-
Save theowenyoung/572689eb953c98b24bfdf62581119ce4 to your computer and use it in GitHub Desktop.
github action commit & push
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config user.name github-actions[bot] | |
git config user.email ithub-actions[bot]@users.noreply.github.com | |
git remote add origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{github.repository}}.git | |
git add . | |
git commit -m "chore: build" | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment