moving secrets file to a temp file name to avoid conflicts

This commit is contained in:
Kevin Woley
2020-02-08 20:47:03 -08:00
committed by GitHub
parent 7fe99998f0
commit 0e29020099

View File

@@ -1,3 +1,7 @@
# Template file for backup destination configuration and email passwords.
# Update this file to point to your restic repository and email service.
# Rename to `secrets.ps1`
# restic backup repository configuration
$Env:AWS_ACCESS_KEY_ID='<KEY>'
$Env:AWS_SECRET_ACCESS_KEY='<KEY>'