Fix secrets config

This commit is contained in:
Alex Pickering 2024-04-11 00:03:04 -05:00
parent 5aef959b1d
commit 469fbd1e46
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
local secrets = {
access_key = "<your access key here>"
access_key = "<your access key here>",
secret_key = "<your secret key here>"
}