Skip to content

Commit

Permalink
update references to adoptopenjdk/secrets (#3777)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Nov 1, 2024
1 parent 9344b7b commit 822366e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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

0 comments on commit 822366e

Please sign in to comment.