Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierZal committed Jul 30, 2024
1 parent f8c49f4 commit 8d385ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
registry-url: https://npm.pkg.github.com
scope: '@olivierzal'
cache: 'npm'
- run: echo $NPM_CONFIG_USERCONFIG > /home/runner/work/_temp/.npmrc
- name: Publish
uses: OlivierZal/github-action-homey-app-publish@patch-1
id: publish
with:
personal_access_token: ${{ secrets.HOMEY_PAT }}
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_USERCONFIG: ${{ env.NPM_CONFIG_USERCONFIG}}
- name: URL
run: echo "Manage your app at ${{ steps.publish.outputs.url }}." >> $GITHUB_STEP_SUMMARY

0 comments on commit 8d385ce

Please sign in to comment.