Skip to content

Commit

Permalink
Update homey-app-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenwienk committed Aug 6, 2024
1 parent 7ebbdc3 commit 1044097
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/homey-app-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: webfactory/[email protected]
env:
SSH_KEY: ${{ secrets.SSH_KEY }}
if: env.SSH_KEY != null
with:
ssh-private-key: ${{ env.SSH_KEY }}

- name: Publish
uses: athombv/github-action-homey-app-publish@master
Expand All @@ -18,4 +25,4 @@ jobs:

- name: URL
run: |
echo "Manage your app at ${{ steps.publish.outputs.url }}." >> $GITHUB_STEP_SUMMARY
echo "Manage your app at ${{ steps.publish.outputs.url }}." >> $GITHUB_STEP_SUMMARY

0 comments on commit 1044097

Please sign in to comment.