Skip to content

Bump osinfra-io/github-misc-called-workflows from 0.1.6 to 0.1.7 #27

Bump osinfra-io/github-misc-called-workflows from 0.1.6 to 0.1.7

Bump osinfra-io/github-misc-called-workflows from 0.1.6 to 0.1.7 #27

Workflow file for this run

name: Add To GitHub Projects
on:
issues:
types:
- opened
pull_request:
types:
- opened
permissions:
issues: write
jobs:
add-to-osinfra-project:
name: Open Source Infrastructure (as Code)
uses: osinfra-io/github-misc-called-workflows/.github/workflows/add-to-project.yml@v0.1.7

Check failure on line 17 in .github/workflows/add-to-projects.yml

View workflow run for this annotation

GitHub Actions / Add To GitHub Projects

Invalid workflow file

The workflow is not valid. .github/workflows/add-to-projects.yml (Line: 17, Col: 11): Secret add_to_project_pem is required, but not provided while calling. .github/workflows/add-to-projects.yml (Line: 21, Col: 26): Invalid secret, add_to_project_pat is not defined in the referenced workflow.
with:
project_id: 1
secrets:
add_to_project_pat: ${{ secrets.ADD_TO_PROJECT_PAT }}