Skip to content

Sync Copilot Instructions #3

Sync Copilot Instructions

Sync Copilot Instructions #3

Workflow file for this run

name: Sync Copilot Instructions
on:
workflow_dispatch:
schedule:
- cron: '0 6 * * 1'
jobs:
sync-copilot-instructions:
runs-on: ubuntu-latest
environment: create_pull_request
permissions:
contents: write
pull-requests: write
steps:
- name: Sync shared instructions
uses: NHSDigital/eps-copilot-instructions@initial_instructions
with:
common_workflows_ref: main
calling_repo_base_branch: main
CREATE_PULL_REQUEST_APP_ID: ${{ secrets.CREATE_PULL_REQUEST_APP_ID }}
CREATE_PULL_REQUEST_PEM: ${{ secrets.CREATE_PULL_REQUEST_PEM }}