From e4cc595ac6a1240de7432ae0498f2c1794c619d2 Mon Sep 17 00:00:00 2001 From: Wil Clouser Date: Wed, 24 Jul 2024 08:09:14 -0700 Subject: [PATCH] Update pull-api-definitions.yml --- .github/workflows/pull-api-definitions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-api-definitions.yml b/.github/workflows/pull-api-definitions.yml index 5591c081b..bc276dbbd 100644 --- a/.github/workflows/pull-api-definitions.yml +++ b/.github/workflows/pull-api-definitions.yml @@ -30,7 +30,7 @@ jobs: run: | # Run script to pull docs curl https://api.accounts.firefox.com/swagger.json -o api-swagger.json - curl https://accounts-api-documentation.stage.mozaws.net/swagger.json -o api-customs.json + curl https://api-documentation.accounts.firefox.com/swagger.json -o api-customs.json curl https://accounts-static.cdn.mozilla.net/fxa-graphql-api/schema.gql -o api-gql.gql - name: See if anything changed