From 7d6f85d096882902c2ab06d3b6e8d7ae74f13240 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Wed, 17 Apr 2024 22:55:37 -1000 Subject: [PATCH] test(api): :white_check_mark: Give JWT key to GitHub Actions test build --- .github/config.workflow.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/config.workflow.toml b/.github/config.workflow.toml index 0098f5d5..f6b02683 100644 --- a/.github/config.workflow.toml +++ b/.github/config.workflow.toml @@ -37,6 +37,10 @@ rules = [ "Don't post illegal content", ] +[oidc] +# Run Lysand with this value missing to generate a new key +jwt_key = "MC4CAQAwBQYDK2VwBCIEID+H5n9PY3zVKZQcq4jrnE1IiRd2EWWr8ApuHUXmuOzl;MCowBQYDK2VwAyEAzenliNkgpXYsh3gXTnAoUWzlCPjIOppmAVx2DBlLsC8=" + [http] base_url = "http://0.0.0.0:8080" bind = "0.0.0.0"