Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

error parsing called workflow in github . workflow was not found

Trying to use pulumi preview with Github actions. The workflow file is giving me the below error.

Invalid workflow file: .github/workflows/pull_request.yml#L12

error parsing called workflow "peopleticker/ccc/.github/workflows/pull_request.yml@master": workflow was not found.

I'm using the workflow file below kindly check:

name: Call a reusable workflow

permissions:
  id-token: write
  contents: read

on:
  pull_request:

jobs:
  call-workflow-passing-data:
    uses: peopleticker/ccc/.github/workflows/pull_request.yml@master
like image 439
rwilliams Avatar asked Apr 14 '26 21:04

rwilliams


1 Answers

According to GitHub document: doc

You can visit repository Setting -> Actions -> Access: Choose "Accessible from repositories in the organization"

like image 73
Evan Avatar answered Apr 20 '26 14:04

Evan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!