From a8b6fa43dd4df3961aa3d42fcb1b9b25dc1ca5e6 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Fri, 8 Jan 2021 19:37:39 +0100 Subject: [PATCH 1/2] Switch to correct private key secret Signed-off-by: Christian Wolf --- .github/workflows/deploy-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 8d1af2652..f67d22a02 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -47,7 +47,7 @@ jobs: - name: Save key in file env: - PEM: ${{ secrets.PEM }} + PEM: ${{ secrets.APPSTORE_PRIV_KEY_PEM }} run: | touch /tmp/key.pem chmod 600 /tmp/key.pem From ecc8a712f26b1d5454abeab092ad6e6b96cfc2ae Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Fri, 8 Jan 2021 20:05:40 +0100 Subject: [PATCH 2/2] Update Changelog entry Signed-off-by: Christian Wolf --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92787f2b5..1340e85f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -110,6 +110,8 @@ [#473](https://github.com/nextcloud/cookbook/pull/473/) @seyfeb - Remove keywords from database when a recipe is removed [#478](https://github.com/nextcloud/cookbook/pull/478) @christianlupus +- Correct CI to allow creation of releases + [#482](https://github.com/nextcloud/cookbook/pull/482) @christianlupus ### Removed - Travis build system