Skip to content

Commit

Permalink
Merge pull request #482 from christianlupus/dev/fix-ci
Browse files Browse the repository at this point in the history
Switch to correct private key secret
  • Loading branch information
christianlupus authored Jan 8, 2021
2 parents 81c29d8 + ecc8a71 commit 19ccd34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19ccd34

Please sign in to comment.