Skip to content

chore(deps): update docker/metadata-action action to v6 (wip) #9

chore(deps): update docker/metadata-action action to v6 (wip)

chore(deps): update docker/metadata-action action to v6 (wip) #9

Workflow file for this run

name: AI Adoption Report
# if you don't need the GITHUB token
permissions: {}
# if you need read access to repo:
# permissions: read-all
# if you need write access then this should be inside the respective job
on:
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
inputs:
pr_number:
description: 'PR number to analyze'
required: true
type: number
jobs:
ai-adoption:
uses: vonage-technology/api-ept-ai-forge/.github/workflows/ai-adoption-v2.yml@main

Check failure on line 21 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/test.yaml" -> "vonage-technology/api-ept-ai-forge/.github/workflows/ai-adoption-v2.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
# example granural permissions
permissions:
models: read
secrets: inherit