Sha256: 5ce62d63436efb8908b0abe534d974a1608e1ccb14c175aeca5bf719f28f5aad

Contents?: true

Size: 715 Bytes

Versions: 3

Compression:

Stored size: 715 Bytes

Contents

name: "Send data to Components Inventory"
on:
  workflow_dispatch:
  push:
    branches:
      - "main"
    paths:
      - ".heroku/components-inventory/*.json"
  pull_request:
    types:
      - opened
      - synchronize
    paths:
      - ".heroku/components-inventory/*.json"
jobs:
  action:
    runs-on: sfdc-hk-ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: Send data to Components Inventory
        uses: heroku/components-action@main
        with:
          COMPONENTS_GHA_APP_ID: ${{ secrets.COMPONENTS_GHA_APP_ID}}
          COMPONENTS_GHA_APP_PRIVATE_KEY: ${{ secrets.COMPONENTS_GHA_APP_PRIVATE_KEY}}
          COMPONENTS_GHA_JSON_TOKEN: ${{ secrets.COMPONENTS_GHA_JSON_TOKEN}}

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
devcenter-1.3.0 .github/workflows/sync_component_metadata.yml
devcenter-parser-2.5.1 .github/workflows/sync_component_metadata.yml
devcenter-parser-2.4.0 .github/workflows/sync_component_metadata.yml