Skip to content

Commit

Permalink
removed prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
babakamyljanovssw committed Oct 28, 2024
1 parent ff5dbcb commit fa2c95c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.AZ_FUNC_GITHUB_PAT}}
CMS_OAUTH_CLIENT_ID: ${{ secrets.STAGING_CMS_OAUTH_CLIENT_ID }}
CMS_OAUTH_CLIENT_SECRET: ${{ secrets.STAGING_CMS_OAUTH_CLIENT_SECRET }}
CORS_ORIGINS: ${{ secrets.STAGING_CORS_ORIGINS }}
CORS_ORIGINS: ${{ secrets.CORS_ORIGINS }}

- name: Login with Azure CLI
uses: azure/login@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.AZ_FUNC_GITHUB_PAT}}
CMS_OAUTH_CLIENT_ID: ${{ secrets.CMS_OAUTH_CLIENT_ID }}
CMS_OAUTH_CLIENT_SECRET: ${{ secrets.CMS_OAUTH_CLIENT_SECRET }}
CORS_ORIGINS: ${{ secrets.STAGING_CORS_ORIGINS }}
CORS_ORIGINS: ${{ secrets.CORS_ORIGINS }}

- name: Login with Azure CLI
uses: azure/login@v2
Expand Down

0 comments on commit fa2c95c

Please sign in to comment.