Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
upload-cloud

GitHub Action

GitHub Push

v.0.2.0

GitHub Push

upload-cloud

GitHub Push

Pushing to GitHub repository local changes

Installation

Copy and paste the following snippet into your .yml file.

              

- name: GitHub Push

uses: ad-m/[email protected]

Learn more about this action in ad-m/github-push-action

Choose a version

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.