diff --git a/ONBOARDING.md b/ONBOARDING.md index 5d6ff8b9ae..5a2f72b708 100644 --- a/ONBOARDING.md +++ b/ONBOARDING.md @@ -18,13 +18,13 @@ Add the user to the correct Infrastructure team: - [@adoptopenjdk-infrastructure](https://github.com/orgs/AdoptOpenJDK/teams/adoptopenjdk-infrastructure) - Can be assigned Infra Issues - [@jenkins-admins](https://github.com/orgs/AdoptOpenJDK/teams/jenkins-admins) - Super users on Jenkins -### [Secrets](https://github.com/AdoptOpenJDK/secrets) +### [Secrets](https://github.com/adoptium/secrets) For [@admin_infrastructure](https://github.com/orgs/AdoptOpenJDK/teams/admin_infrastructure) and [@infrastructure](https://github.com/orgs/AdoptOpenJDK/teams/infrastructure) teams only. - Show user how to access the secrets repo and also how to use dotGPG to read files. -- Adding a new user to dotGPG can be done following the instructions [here](https://github.com/AdoptOpenJDK/secrets#adding-users.) +- Adding a new user to dotGPG can be done following the instructions [here](https://github.com/adoptium/secrets#adding-users.) ## External Services diff --git a/README.md b/README.md index 73e204e295..8d06dc8df8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ See our current [Chaos Monkey Status](CHAOS_MONKEY.md). ## Related Repositories -* [secrets](https://www.github.com/adoptopenjdk/secrets/) - A private repo containing encrypted secrets. +* [secrets](https://www.github.com/adoptium/secrets/) - A private repo containing encrypted secrets. * [openjdk-jenkins-helper](https://www.github.com/adoptopenjdk/openjdk-jenkins-helper/) - A repo containing helper scripts for out Jenkins CI. ## Important Documentation diff --git a/ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/Get_Vendor_Files/tasks/main.yml b/ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/Get_Vendor_Files/tasks/main.yml index 663da4ee18..6bb73ad394 100644 --- a/ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/Get_Vendor_Files/tasks/main.yml +++ b/ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/Get_Vendor_Files/tasks/main.yml @@ -9,8 +9,8 @@ delegate_to: localhost run_once: true -- name: Check out AdoptOpenJDK/secrets - git: repo=git@github.com:AdoptOpenJDK/secrets.git dest=vendor_files force=true +- name: Check out adoptium/secrets + git: repo=git@github.com:adoptium/secrets.git dest=vendor_files force=true delegate_to: localhost when: - not local_vendor_files.stat.exists diff --git a/ansible/playbooks/AdoptOpenJDK_Windows_Playbook/roles/Get_Vendor_Files/tasks/main.yml b/ansible/playbooks/AdoptOpenJDK_Windows_Playbook/roles/Get_Vendor_Files/tasks/main.yml index c346b710d1..f452fb13f0 100644 --- a/ansible/playbooks/AdoptOpenJDK_Windows_Playbook/roles/Get_Vendor_Files/tasks/main.yml +++ b/ansible/playbooks/AdoptOpenJDK_Windows_Playbook/roles/Get_Vendor_Files/tasks/main.yml @@ -9,8 +9,8 @@ delegate_to: localhost run_once: true -- name: Check out AdoptOpenJDK/secrets - git: repo=git@github.com:AdoptOpenJDK/secrets.git dest=vendor_files force=true +- name: Check out adoptium/secrets + git: repo=git@github.com:adoptium/secrets.git dest=vendor_files force=true delegate_to: localhost when: - not local_vendor_files.stat.exists