Skip to content

Github action that manages Github deployments through its API

License

Notifications You must be signed in to change notification settings

minddocdev/github-deployment-action

Repository files navigation

Github Deployment Action

Install the dependencies

yarn install

Build the typescript

yarn build

Run the tests ✔️

yarn test

Usage

Create github deployment

- name: Create deployment
  uses: minddocdev/github-deployment-action@releases/v1
  with:
    token: ${{ github.token }}
    ref: master
    payload: '
      {
        "app": "myApp"
      }
    '
    environment: staging
    description: myApp staging deployment
    required_contexts: '[]'

About

Github action that manages Github deployments through its API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published