add token
All checks were successful
Build and push image for doorman-homeassistant / diff (push) Successful in 1m32s
Build and push Doorman UI / API / diff (push) Successful in 9s
Build and push image for doorman-homeassistant / docker (push) Has been skipped
Build and push image for doorman-homeassistant / deploy-gitainer (push) Has been skipped
Build and push Doorman UI / API / twilio (push) Has been skipped

This commit is contained in:
Martin Dimitrov 2025-10-15 18:33:59 -07:00
parent 15dd00806e
commit 971d9c5200
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@ jobs:
repository: ${{ github.repository }} repository: ${{ github.repository }}
ref: ${{ github.ref }} ref: ${{ github.ref }}
files: packages/doorman-homeassistant/* files: packages/doorman-homeassistant/*
secrets:
token: ${{ github.token }}
docker: docker:
needs: diff needs: diff

View File

@ -11,6 +11,8 @@ jobs:
repository: ${{ github.repository }} repository: ${{ github.repository }}
ref: ${{ github.ref }} ref: ${{ github.ref }}
files: packages/** files: packages/**
secrets:
token: ${{ github.token }}
twilio: twilio:
needs: diff needs: diff