From 8dfac3c3f770d90fa6d31b681272ba62f0b93903 Mon Sep 17 00:00:00 2001 From: Jakub Solecki <57220835+jakubsolecki@users.noreply.github.com> Date: Wed, 1 Jun 2022 19:05:08 +0200 Subject: [PATCH] Fix insufficient authentication scopes (#447) --- .../IBM.ibm-licensing-operator.master.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/prow/cluster/jobs/IBM/ibm-licensing-operator/IBM.ibm-licensing-operator.master.yaml b/prow/cluster/jobs/IBM/ibm-licensing-operator/IBM.ibm-licensing-operator.master.yaml index aeac5abe90ca..eb28c899b09c 100644 --- a/prow/cluster/jobs/IBM/ibm-licensing-operator/IBM.ibm-licensing-operator.master.yaml +++ b/prow/cluster/jobs/IBM/ibm-licensing-operator/IBM.ibm-licensing-operator.master.yaml @@ -8,6 +8,8 @@ presubmits: - ^release-eus$ - ^release-efix$ decorate: true + labels: + preset-service-account: "true" skip_if_only_changed: "^docs/|\\.(md|png)$|^(OWNERS|SECURITY_CONTACTS)$" always_run: true path_alias: github.com/IBM/ibm-licensing-operator @@ -31,6 +33,8 @@ presubmits: - ^release-eus$ - ^release-efix$ decorate: true + labels: + preset-service-account: "true" skip_if_only_changed: "^docs/|\\.(md|png)$|^(OWNERS|SECURITY_CONTACTS)$" always_run: true path_alias: github.com/IBM/ibm-licensing-operator @@ -54,6 +58,8 @@ presubmits: - ^release-eus$ - ^release-efix$ decorate: true + labels: + preset-service-account: "true" skip_if_only_changed: "^docs/|\\.(md|png)$|^(OWNERS|SECURITY_CONTACTS)$" always_run: true path_alias: github.com/IBM/ibm-licensing-operator