Skip to content

Commit

Permalink
Update azure-static-web-apps-proud-beach-096aafb10.yml
Browse files Browse the repository at this point in the history
cannot use object for env.
  • Loading branch information
cf2013 authored Aug 5, 2024
1 parent de5b447 commit 6f80096
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ jobs:
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
env:
COSMOSDB_ENDPOINT: ${{ secrets.COSMOSDB_ENDPOINT }}
COSMOSDB_KEY: ${{ secrets.COSMOSDB_KEY }}
COSMOSDB_ENDPOINT: ${{ secrets.COSMOSDB_ENDPOINT }}
COSMOSDB_KEY: ${{ secrets.COSMOSDB_KEY }}
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_PROUD_BEACH_096AAFB10 }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: "upload"
Expand Down

0 comments on commit 6f80096

Please sign in to comment.