Skip to content

officernd/port-github-action

 
 

Repository files navigation

Port GitHub Action

Slack

Port is the Developer Platform meant to supercharge your DevOps and Developers, and allow you to regain control of your environment.

Docs

Usage

See action.yml for inputs and outputs.

- uses: port-labs/port-github-action@v1
  with:
    clientId: ${{ secrets.CLIENT_ID }}
    clientSecret: ${{ secrets.CLIENT_SECRET }}
    operation: UPSERT
    identifier: port-github-action
    title: Port Github Action
    blueprint: PortIntegration
    properties: |
      {
        "version": "v1"
      }
    team: '["Port"]'
    relations: |
      {
        "deployedAt": "prod"
      }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.3%
  • JavaScript 0.7%