Skip to content

Commit 418e4c9

Browse files
committed
fix(deploy): ajouter la variable d'environnement GITHUB_TOKEN pour le déploiement
1 parent 4fa206d commit 418e4c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ jobs:
2020

2121
- name: Deploy
2222
run: mkdocs gh-deploy --force
23+
env:
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)