Skip to content

Added settings.yml

Added settings.yml #12

Workflow file for this run

name: Feature branch
on:
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened]
jobs:
perform:
uses: cloudposse/github-actions-workflows-github-action-composite/.github/workflows/feature-branch.yml@main
with:
organization: "${{ github.event.repository.owner.login }}"
repository: "${{ github.event.repository.name }}"
ref: "${{ github.event.pull_request.head.ref }}"
secrets:
github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"

Check failure on line 15 in .github/workflows/feature-branch.yml

View workflow run for this annotation

GitHub Actions / Feature branch

Invalid workflow file

The workflow is not valid. .github/workflows/feature-branch.yml (Line: 15, Col: 35): Invalid secret, github-private-actions-pat is not defined in the referenced workflow.