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
feat(#598): enable possibility to have source repository in other organisation
- fix: 🐛 issue with AUTHN and AUTHZ
- feat: ✨ preparations to be able to have target repository in another org/repository
---------
Signed-off-by: Andy Augustin <[email protected]>
Signed-off-by: Alex <[email protected]>
Co-authored-by: Alex Esseling <[email protected]>
| github_token | Token for the repo. Can be passed in using `${{ secrets.GITHUB_TOKEN }}` | `true` | `${{ github.token }}` |
246
+
| github_token | :warning: [Deprecated] please use `source_gh_token` instead to have a declarative name. Token for the repo. Can be passed in using `${{ secrets.GITHUB_TOKEN }}` | `true` | `${{ github.token }}` |
247
+
| source_gh_token | `[optional]` used for the source github repo token. Can be passed in using `${{ secrets.GITHUB_TOKEN }}` | `false` | `${{ github.token }}` |
248
+
| target_gh_token | `[optional]` used for the source github repo token. Can be passed in using `${{ secrets.GITHUB_TOKEN }}` | `false` | `${{ github.token }}` |
247
249
| source_repo_path | Repository path of the template | `true` | |
248
250
| upstream_branch | The target branch | `false` | The remote's default (usually `main`) |
249
251
| source_repo_ssh_private_key | `[optional]` private ssh key for the source repository. [see](#private-template-repository) | `false` | |
@@ -267,7 +269,7 @@ jobs:
267
269
| git_user_email | `[optional]` set the committer git user.email | `false` | `[email protected].${SOURCE_REPO_HOSTNAME}` |
0 commit comments