Preparing to make org switch for the add-on (#5546)

This commit is contained in:
Marius
2021-02-11 18:38:55 +01:00
committed by GitHub
parent 084d6bad1a
commit 6cf32b9fb1
3 changed files with 2 additions and 11 deletions
-9
View File
@@ -68,15 +68,6 @@ jobs:
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN }}
- name: Trigger danielwelch/hassio-zigbee2mqtt build
if: github.ref == 'refs/heads/dev' && github.event_name == 'push'
run: |
curl -s \
--request POST \
--header "Content-Type: application/json" \
--data '{"definition": {"id": 1}}' \
-u ${{ secrets.HASSIO_TRIGGER_SECRET }} \
"https://dev.azure.com/danielwelch2101/hassio-zigbee2mqtt/_apis/build/builds?api-version=5.1"
- name: Trigger zigbee2mqtt/hassio-zigbee2mqtt build
if: github.ref == 'refs/heads/dev' && github.event_name == 'push'
run: |