leapp/0012-Make-copr-build-for-rerun-42-functional-again.patch

31 lines
1.0 KiB
Diff
Raw Normal View History

From 0cda973a6d76bc16238f9e0313bc64e80a3080fe Mon Sep 17 00:00:00 2001
From: Inessa Vasilevskaya <ivasilev@redhat.com>
Date: Wed, 17 May 2023 11:54:55 +0200
Subject: [PATCH 12/18] Make copr-build for /rerun 42 functional again
copr config username for a dependent leapp-repository PR
build case wasn't changed in the 5ddce5a. This patch should
address that.
OAMG-8876
---
.github/workflows/reuse-copr-build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/reuse-copr-build.yml b/.github/workflows/reuse-copr-build.yml
index 76c1f67..7ccd282 100644
--- a/.github/workflows/reuse-copr-build.yml
+++ b/.github/workflows/reuse-copr-build.yml
@@ -143,7 +143,7 @@ jobs:
cat << EOF > copr_fedora.conf
[copr-cli]
login = ${{ secrets.FEDORA_COPR_LOGIN }}
- username = @oamg
+ username = oamgbot
token = ${{ secrets.FEDORA_COPR_TOKEN }}
copr_url = https://copr.fedorainfracloud.org
# expiration date: 2030-07-04
--
2.41.0