Update secrets

This commit is contained in:
2024-09-14 23:31:10 +02:00
parent 6dacb47b65
commit eb2f8a014c
2 changed files with 13 additions and 15 deletions

View File

@@ -80,6 +80,4 @@ runcmd:
# Install and bootstrap Flux
- curl -s https://fluxcd.io/install.sh | bash
- su ${username} -c 'export GITHUB_TOKEN=${github_token} && flux bootstrap github --owner=${github_username} --repository=${github_repo} --personal'
# Expire password for user
- chage -d 0 ${username}
final_message: "The system is finally up, after $UPTIME seconds"