Skip to content

Commit 2349139

Browse files
authored
Update GitHub Actions workflow for validation
1 parent da9cdd1 commit 2349139

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/validate.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66

77
permissions:
88
contents: read
9-
9+
packages: read
10+
1011
jobs:
1112
validate-hassfest:
1213
name: Hassfest Validation
@@ -15,6 +16,13 @@ jobs:
1516
- name: Checkout repository
1617
uses: actions/checkout@v5
1718

19+
- name: Log in to GHCR
20+
uses: docker/login-action@v3
21+
with:
22+
registry: ghcr.io
23+
username: ${{ github.actor }}
24+
password: ${{ secrets.GITHUB_TOKEN }}
25+
1826
- name: Run Hassfest validation
1927
uses: home-assistant/actions/hassfest@master
2028

0 commit comments

Comments
 (0)