Skip to content
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

update references to adoptopenjdk/secrets #3777

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ONBOARDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
delegate_to: localhost
run_once: true

- name: Check out AdoptOpenJDK/secrets
git: [email protected]:AdoptOpenJDK/secrets.git dest=vendor_files force=true
- name: Check out adoptium/secrets
git: [email protected]:adoptium/secrets.git dest=vendor_files force=true
delegate_to: localhost
when:
- not local_vendor_files.stat.exists
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
delegate_to: localhost
run_once: true

- name: Check out AdoptOpenJDK/secrets
git: [email protected]:AdoptOpenJDK/secrets.git dest=vendor_files force=true
- name: Check out adoptium/secrets
git: [email protected]:adoptium/secrets.git dest=vendor_files force=true
delegate_to: localhost
when:
- not local_vendor_files.stat.exists
Expand Down
Loading