Skip to content

[SAASINT-4161] New Integration for Workato: Initial manifest as first step in provisioning #63568

[SAASINT-4161] New Integration for Workato: Initial manifest as first step in provisioning

[SAASINT-4161] New Integration for Workato: Initial manifest as first step in provisioning #63568

Workflow file for this run

# https://github.com/actions/labeler
name: PR Labels
on:
pull_request:
types:
- opened
- synchronize
- reopened
- review_requested
jobs:
labeler:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} # only PRs from this repo
permissions:
pull-requests: write # Needed for labeler-reusable.yml
contents: read # Needed for labeler-reusable.yml
uses: ./.github/workflows/labeler-reusable.yml
secrets:
app-id: "${{ secrets.DD_AGENT_INTEGRATIONS_BOT_APP_ID }}"
private-key: "${{ secrets.DD_AGENT_INTEGRATIONS_BOT_PRIVATE_KEY_2 }}"