1 files changed,
2 insertions(+),
2 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2026-02-26 21:22:23 +0200
Authored at:
2026-02-25 15:50:11 +0200
Change ID:
rsrssukmtxwpysxxskyxkppzsxzlotol
Parent:
f76eb92
M
README.md
ยทยทยท 101 101 interval: 1h # sync frequency 102 102 # Tokens can be provided directly, or read from environment/file: 103 103 # - literal: "ghp_xxxxxxxxxxxx" 104 - # - from env: "${env:GITHUB_TOKEN}" (will read $GITHUB_TOKEN) 105 - # - from file: "${file:/abs/path/to/token.txt}" 104 + # - from env: "$env:GITHUB_TOKEN" (will read $GITHUB_TOKEN) 105 + # - from file: "$file:/abs/path/to/token.txt" 106 106 github_token: "${env:GITHUB_TOKEN}" 107 107 108 108 cache: