diff --git a/.github/workflows/auth-hurl.yml b/.github/workflows/auth-hurl.yml index da3c0fa4..d4db2c7f 100644 --- a/.github/workflows/auth-hurl.yml +++ b/.github/workflows/auth-hurl.yml @@ -52,6 +52,8 @@ jobs: hurl --error-format long --variable host=http://localhost:4568/auth tests/* env: PGHOST: localhost + PGUSER: kyoo + PGPASSWORD: password FIRST_USER_CLAIMS: '{"permissions": ["users.read"]}' KEIBI_APIKEY_HURL: 1234apikey KEIBI_APIKEY_HURL_CLAIMS: '{"permissions": ["apikeys.write", "apikeys.read"]}'