We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8543c commit f5cee63Copy full SHA for f5cee63
.github/workflows/ci.yaml
@@ -29,3 +29,5 @@ jobs:
29
30
- name: Apply
31
run: chezmoi apply --source $(pwd) --force
32
+ env:
33
+ CHEZMOI_GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments