Skip to content

Commit

Permalink
update workflow auth and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle committed Aug 20, 2024
1 parent e01b62a commit 07e72b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ on:

jobs:
workflows:
permissions:
pull-requests: read
uses: finleyfamily/workflows/.github/workflows/hass-addon.ci.yml@master
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07e72b4

Please sign in to comment.