You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,17 +111,15 @@ jobs:
111
111
AUTOMERGE_PEM: ${{ secrets.AUTOMERGE_PEM }}
112
112
```
113
113
## Sync copilot instructions
114
-
This workflow syncs Copilot instructions from this repo into another repo and opens a PR with the changes.
114
+
This workflow syncs Copilot instructions from this repo into another repo and opens a PR with the changes.
115
+
It uses the environment secrets CREATE_PULL_REQUEST_APP_ID and CREATE_PULL_REQUEST_PEM that are defined in the create_pull_request environment in each repo
115
116
116
117
#### Inputs
117
118
118
119
- `common_workflows_ref`: Branch in common workflows repo to sync from. Default: `main`
119
120
- `calling_repo_base_branch`: The base branch in the calling repository. Default: `main`.
120
121
121
-
#### Secret Inputs
122
122
123
-
- `CREATE_PULL_REQUEST_APP_ID`: GitHub App ID used to generate an installation token.
124
-
- `CREATE_PULL_REQUEST_PEM`: GitHub App private key used to generate an installation token.
0 commit comments