From c4ab2f9f61d28c9d525ee05ab4211876e037c67b Mon Sep 17 00:00:00 2001 From: Tim Ramlot <42113979+inteon@users.noreply.github.com> Date: Fri, 23 Aug 2024 17:38:00 +0200 Subject: [PATCH] Run 'make upgrade-klone' and 'make generate' Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com> --- .github/workflows/make-self-upgrade.yaml | 2 ++ klone.yaml | 12 ++++++------ .../base/.github/workflows/make-self-upgrade.yaml | 2 ++ 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/make-self-upgrade.yaml b/.github/workflows/make-self-upgrade.yaml index 063c3529a3..e455e247ce 100644 --- a/.github/workflows/make-self-upgrade.yaml +++ b/.github/workflows/make-self-upgrade.yaml @@ -15,6 +15,8 @@ jobs: self_upgrade: runs-on: ubuntu-latest + if: github.repository_owner == 'cert-manager' + permissions: contents: write pull-requests: write diff --git a/klone.yaml b/klone.yaml index ec2a1f56fa..7fc4840208 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,30 +10,30 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 18dc6358de376cd941b39d6d2eb8f9c2a04fe42a + repo_hash: 922050ca46712a30281b318e69996da07b47d46a repo_path: modules/boilerplate - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 18dc6358de376cd941b39d6d2eb8f9c2a04fe42a + repo_hash: 922050ca46712a30281b318e69996da07b47d46a repo_path: modules/generate-verify - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 18dc6358de376cd941b39d6d2eb8f9c2a04fe42a + repo_hash: 922050ca46712a30281b318e69996da07b47d46a repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 18dc6358de376cd941b39d6d2eb8f9c2a04fe42a + repo_hash: 922050ca46712a30281b318e69996da07b47d46a repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 18dc6358de376cd941b39d6d2eb8f9c2a04fe42a + repo_hash: 922050ca46712a30281b318e69996da07b47d46a repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 18dc6358de376cd941b39d6d2eb8f9c2a04fe42a + repo_hash: 922050ca46712a30281b318e69996da07b47d46a repo_path: modules/tools diff --git a/make/_shared/repository-base/base/.github/workflows/make-self-upgrade.yaml b/make/_shared/repository-base/base/.github/workflows/make-self-upgrade.yaml index 063c3529a3..e455e247ce 100644 --- a/make/_shared/repository-base/base/.github/workflows/make-self-upgrade.yaml +++ b/make/_shared/repository-base/base/.github/workflows/make-self-upgrade.yaml @@ -15,6 +15,8 @@ jobs: self_upgrade: runs-on: ubuntu-latest + if: github.repository_owner == 'cert-manager' + permissions: contents: write pull-requests: write