Skip to content

Commit

Permalink
ci(testflight): set dummy dropbox token
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 committed Aug 18, 2023
1 parent e79897b commit 327fd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/galoy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ resource "kubernetes_secret" "dropbox_access_token" {
}

data = {
token = ""
token = "dummy"
}
}

Expand Down

0 comments on commit 327fd91

Please sign in to comment.