update api token
All checks were successful
Main / build-and-push-docker-image (20.x) (pull_request) Successful in 7m57s
All checks were successful
Main / build-and-push-docker-image (20.x) (pull_request) Successful in 7m57s
This commit is contained in:
@@ -5,7 +5,7 @@ const urql = new Client({
|
||||
exchanges: [cacheExchange, fetchExchange],
|
||||
fetchOptions: {
|
||||
headers: {
|
||||
"x-api-key": process.env?.API_TOKEN || ""
|
||||
"x-api-key": process.env?.GRAPHQL_API_TOKEN || ""
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user