e6fbd0f27130f83a6090903e0d7fb0e97ad628e3
GitHub Action for Git Push
The GitHub Actions for pushing to GitHub repository local changes authorizing using GitHub token.
Usage
Example Workflow file
An example workflow to authenticate with GitHub Platform:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
...
- run: |
...
- uses: ad-m/git-push-action@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
License
The Dockerfile and associated scripts and documentation in this project are released under the MIT License.
Description
Languages
JavaScript
63.6%
Shell
36.4%