Skip to content
logo

Homey App — Publish

Actions
Publish a Homey app to the Homey App Store
v1
Latest
Verified creator
Star (0)

Tags

 (1)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Homey App Publish

This GitHub Action will publish a Homey app to the Homey App Store.

Inputs

personal_access_token

The app's owner Personal Access Token. This can be found at https://tools.developer.homey.app/me.

Outputs

url

An URL to the Homey Developer Tools, where the release can be managed.

Example usage

name: Publish Homey App
on:
  workflow_dispatch:

jobs:  
    main:
      name: Publish Homey App
      runs-on: ubuntu-latest
      steps:
        - uses: actions/checkout@v4
        
        - name: Publish
          uses: athombv/github-action-homey-app-publish@master
          id: publish
          with:
            personal_access_token: ${{ secrets.HOMEY_PAT }}

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

Homey App — Publish is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Publish a Homey app to the Homey App Store
v1
Latest

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Tags

 (1)

Homey App — Publish is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.