From a858209ffe25b594d96d27f285858426ce7411b6 Mon Sep 17 00:00:00 2001 From: Frederic Wilhelm Date: Tue, 28 Apr 2026 14:04:04 +0200 Subject: [PATCH] migrate to the website location Signed-off-by: Frederic Wilhelm --- .github/workflows/publish-to-other-than-github.yaml | 2 +- README.md | 6 +++++- RELEASE_PROCESS.md | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-to-other-than-github.yaml b/.github/workflows/publish-to-other-than-github.yaml index 727d022832..5e53a5222c 100644 --- a/.github/workflows/publish-to-other-than-github.yaml +++ b/.github/workflows/publish-to-other-than-github.yaml @@ -143,6 +143,6 @@ jobs: uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v4.0.1 with: token: ${{ steps.generate_token.outputs.token }} - repository: open-component-model/ocm-website + repository: open-component-model/open-component-model event-type: ocm-cli-release client-payload: '{"tag": "${{ env.RELEASE_VERSION }}"}' diff --git a/README.md b/README.md index be2dc2e41e..ae122e422b 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,11 @@ More comprehensive examples can be taken from the [`components`](components) con ## GPG Public Key -The authenticity of released packages that have been uploaded to public repositories can be verified using our GPG public key. You can find the current key in the file [OCM-RELEASES-PUBLIC-CURRENT.gpg](https://ocm.software/gpg/OCM-RELEASES-PUBLIC-CURRENT.gpg) on our website. You can find the old keys in the website github repository [here](https://github.com/open-component-model/ocm-website/tree/main/static/gpg). +The authenticity of released packages that have been uploaded to public repositories can be verified using our GPG +public key. You can find the current key in the file +[OCM-RELEASES-PUBLIC-CURRENT.gpg](https://ocm.software/gpg/OCM-RELEASES-PUBLIC-CURRENT.gpg) on our website. +You can find the old keys in the website github repository +[here](https://github.com/open-component-model/open-component-model/tree/main/website/static/gpg). ## Contributing diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index e561c9f960..3c2995c63f 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -279,7 +279,7 @@ In case of error you can try to [Manually retrigger the publishing of ocm-cli to ### ocm-website -[Update the website](https://github.com/open-component-model/ocm-website/pulls). +[Update the website](https://github.com/open-component-model/open-component-model/pulls). ### homebrew-tap