Skip to content

Synchronise Upstream #65

Synchronise Upstream

Synchronise Upstream #65

---
name: Synchronise Upstream
on:
# Run at 18:15 on Wednesdays
schedule:
- cron: "15 18 * * 3"
# Allow this GitHub Action to be manually triggered
workflow_dispatch:
permissions:
contents: write
packages: read
issues: write
pull-requests: write
jobs:
template-sync:
name: Template Synchronise
runs-on: ubuntu-latest
env:
SYNCHRONISER_TOKEN: ${{ secrets.SYNCHRONISER_TOKEN || secrets.GITHUB_TOKEN } }

Check failure on line 22 in .github/workflows/synchronise-upstream.yaml

View workflow run for this annotation

GitHub Actions / Synchronise Upstream

Invalid workflow file

The workflow is not valid. .github/workflows/synchronise-upstream.yaml (Line: 22, Col: 27): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.
steps:
- name: Checkout the repository
uses: actions/checkout@v4
with:
token: ${{ env.SYNCHRONISER_TOKEN }}
- name: Render and synchronise the template repository
uses: n3tuk/action-synchronise-upstream@v1
with:
token: ${{ env.SYNCHRONISER_TOKEN }}
repository: n3tuk/template-terraform-module
labels: release/skip,dependencies