Skip to content

port-labs/port-github-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

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"
      }