Skip to content

Upgrade actions to address node deprecation (#4) #7

Upgrade actions to address node deprecation (#4)

Upgrade actions to address node deprecation (#4) #7

Workflow file for this run

name: Main branch
on:
push:
branches: [ main ]
permissions:
contents: write
jobs:
perform:
uses: cloudposse/github-actions-workflows-github-action-composite/.github/workflows/main-branch.yml@main
with:
organization: "${{ github.event.repository.owner.login }}"
repository: "${{ github.event.repository.name }}"
secrets:
github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"

Check failure on line 16 in .github/workflows/main-branch.yaml

View workflow run for this annotation

GitHub Actions / Main branch

Invalid workflow file

The workflow is not valid. .github/workflows/main-branch.yaml (Line: 16, Col: 35): Invalid secret, github-private-actions-pat is not defined in the referenced workflow. .github/workflows/main-branch.yaml (Line: 10, Col: 3): Error calling workflow 'cloudposse/github-actions-workflows-github-action-composite/.github/workflows/main-branch.yml@main'. The workflow is requesting 'actions: write', but is only allowed 'actions: none'.