diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 38259db..2ef26cd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,4 +9,6 @@ on: jobs: workflows: + permissions: + pull-requests: read uses: finleyfamily/workflows/.github/workflows/hass-addon.ci.yml@master diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 8a63672..b8c93fa 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -24,7 +24,9 @@ jobs: uses: actions/create-github-app-token@v1 with: app-id: ${{ vars.FINLEY_APP_ID }} + owner: ${{ github.repository_owner }} private-key: ${{ secrets.FINLEY_APP_PRIVATE_KEY }} + repositories: hass-repository,hass-repository-edge workflows: needs: auth uses: finleyfamily/workflows/.github/workflows/hass-addon.deploy.yml@master