Skip to content

Update README.md and docs (#21) #17

Update README.md and docs (#21)

Update README.md and docs (#21) #17

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 }}"