Skip to content

Try to adjust permissions #54

Try to adjust permissions

Try to adjust permissions #54

Workflow file for this run

---
name: Docs
"on":
push:
# Only targets main branch to avoid amplification effects of auto-fixing
# the exact same stuff in multiple non-rebased branches.
branches:
- main
jobs:
docs:
uses: kdeldycke/workflows/.github/workflows/[email protected]
repo-sync:
name: Import changes from template repository
runs-on: ubuntu-22.04
permissions:
actions: write
workflows: write

Check failure on line 20 in .github/workflows/docs.yaml

View workflow run for this annotation

GitHub Actions / Docs

Invalid workflow file

The workflow is not valid. .github/workflows/docs.yaml (Line: 20, Col: 7): Unexpected value 'workflows'
contents: write
pull-requests: write
steps:
- uses: actions/[email protected]
- uses: AndreasAugustin/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: kdeldycke/awesome-template
pr_title: "[sync] Template repository updates"
pr_commit_msg: "[sync] Template repository updates"
# pr_labels: "馃摎 documentation"