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 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