-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a Secret with PAT for backport #3
Conversation
Diff for 6e2c69a:Printing local diff:
Actions are indicated with the following symbols:
+ create
! modify
! forced update
- delete
Organization technology.tycho[id=eclipse-tycho]
there have been 4 validation infos, enable verbose output with '-v' to to display them.
Plan: 0 to add, 0 to change, 0 to delete. Canonical Diff for 6e2c69a:Showing canonical diff:
Organization technology.tycho[id=eclipse-tycho]
--- canonical
+++ original
@@ -18,8 +18,6 @@
gh_pages_build_type: "legacy"
gh_pages_source_branch: "main"
gh_pages_source_path: "/"
- secret_scanning: "enabled"
- secret_scanning_push_protection: "enabled"
web_commit_signoff_required: false
workflows+: {
default_workflow_permissions: "write"
@@ -27,7 +25,6 @@
}
orgs.newRepo('tycho') {
allow_auto_merge: true
- allow_merge_commit: false
delete_branch_on_merge: false
dependabot_security_updates_enabled: true
description: "Tycho project repository (tycho)"
@@ -55,8 +52,6 @@
requires_review_thread_resolution: false
}
]
- secret_scanning: "enabled"
- secret_scanning_push_protection: "enabled"
secrets: [
orgs.newRepoSecret('GIST_TOKEN') {
value: "********" |
/validate |
This comment has been minimized.
This comment has been minimized.
/check-sync |
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Christoph Läubrich <[email protected]>
This is your friendly self-service bot. Diff for cdec7deOrganization technology.tycho[id=eclipse-tycho]
there have been 4 validation infos, enable verbose output with '-v' to to display them.
Plan: 0 to add, 0 to change, 0 to delete. Add a comment |
This is your friendly self-service bot. The current configuration is in-sync with the live settings. 🚀 |
@netomi just wondering is this the right aproach? DO i need to change something or is information missing? |
This issue slipped a bit through the cracks. I will take a look tomorrow to resolve it. |
I guess we can close this now as uneeded. Please open up another PR if secrets should be renamed. |
We like to have a PAT for the backports action, I created a Helpdesk ticket here as I susspect it won'T be enough to edit the otterdog file here:
https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/4273