Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierZal committed Nov 14, 2024
1 parent 47b7313 commit 07f48b7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Publish app on Homey
on:
workflow_dispatch:
permissions:
packages: read
jobs:
publish:
name: Publish app on Homey
Expand All @@ -15,12 +13,11 @@ jobs:
registry-url: https://npm.pkg.github.com
scope: '@olivierzal'
cache: 'npm'
- run: cp $NPM_CONFIG_USERCONFIG ${{ github.workspace }}/.npmrc
- name: Publish
uses: athombv/github-action-homey-app-publish@master
id: publish
with:
personal_access_token: ${{ secrets.HOMEY_PAT }}
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: URL
run: echo "Manage your app at ${{ steps.publish.outputs.url }}." >> $GITHUB_STEP_SUMMARY

0 comments on commit 07f48b7

Please sign in to comment.