2019-08-24 14:10:44 +02:00
2019-08-24 13:06:42 +02:00
2019-08-24 14:10:44 +02:00
2019-08-24 14:08:13 +02:00
2019-08-24 13:05:29 +02:00
2019-08-24 14:08:13 +02:00
2019-08-24 13:44:51 +02:00

GitHub Action for GitHub 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/github-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
No description provided
Readme 386 KiB
Languages
JavaScript 63.6%
Shell 36.4%