Skip to content

Commit 7cb3017

Browse files
Merge pull request #3 from Thank-you-Linus/ci/hacs-token
ci: fournir GITHUB_TOKEN à l'action HACS
2 parents 5bd1bb3 + 6dfb0ec commit 7cb3017

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/hacs-validate.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,11 @@ jobs:
3838
uses: hacs/action@main
3939
with:
4040
category: integration
41+
env:
42+
# `hacs/action` interroge l'API GitHub pour charger le dépôt. Sans
43+
# jeton il le fait en anonyme, et le premier run a échoué en
44+
# « Not Found / Repository not loaded properly in HACS »
45+
# (run 34148457990, 2026-09-07) — avant même d'atteindre le moindre
46+
# check. Le jeton fourni automatiquement par Actions suffit, et
47+
# c'est l'usage documenté de l'action.
48+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)