Skip to content

Commit f5cee63

Browse files
authored
fix: hard set CHEZMOI_GITHUB_ACCESS_TOKEN for CI
1 parent bf8543c commit f5cee63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

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

3030
- name: Apply
3131
run: chezmoi apply --source $(pwd) --force
32+
env:
33+
CHEZMOI_GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)