Skip to content

Commit

Permalink
Update and rename azure-static-web-apps-happy-grass-0cba10710.yml to …
Browse files Browse the repository at this point in the history
…azure-static-web-apps-test.yml
  • Loading branch information
BenGWeeks authored Oct 1, 2024
1 parent acaccdc commit 7913718
Showing 1 changed file with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Azure Static Web Apps CI/CD
name: React App Tabs to Test

on:
push:
Expand All @@ -13,6 +13,7 @@ jobs:
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest
environment: Test
name: Build and Deploy Job
steps:
- uses: actions/checkout@v3
Expand All @@ -24,16 +25,16 @@ jobs:
uses: Azure/static-web-apps-deploy@v1
env:
CI: false
REACT_APP_LNBITS_NODE_URL: ${{ secrets.REACT_APP_LNBITS_NODE_URL }}
REACT_APP_LNBITS_USERNAME: ${{ secrets.REACT_APP_LNBITS_USERNAME }}
REACT_APP_LNBITS_PASSWORD: ${{ secrets.REACT_APP_LNBITS_PASSWORD }}
REACT_APP_LNBITS_ADMINKEY: ${{ secrets.REACT_APP_LNBITS_ADMINKEY }}
REACT_APP_LNBITS_STORE_ID: ${{ secrets.REACT_APP_LNBITS_STORE_ID }}
REACT_APP_TENANT_ID: ${{ secrets.REACT_APP_TENANT_ID }}
REACT_APP_AAD_CLIENT_ID: ${{ secrets.REACT_APP_AAD_CLIENT_ID }}
REACT_APP_LNBITS_STORE_OWNER_EMAIL: ${{ secrets.REACT_APP_LNBITS_STORE_OWNER_EMAIL }}
REACT_APP_LNBITS_NODE_URL: ${{ secrets.LNBITS_NODE_URL }}
REACT_APP_LNBITS_USERNAME: ${{ secrets.LNBITS_USERNAME }}
REACT_APP_LNBITS_PASSWORD: ${{ secrets.LNBITS_PASSWORD }}
REACT_APP_LNBITS_ADMINKEY: ${{ secrets.LNBITS_ADMINKEY }}
REACT_APP_LNBITS_STORE_ID: ${{ secrets.LNBITS_STORE_ID }}
REACT_APP_TENANT_ID: ${{ secrets.TENANT_ID }}
REACT_APP_AAD_CLIENT_ID: ${{ secrets.AAD_CLIENT_ID }}
REACT_APP_LNBITS_STORE_OWNER_EMAIL: ${{ secrets.LNBITS_STORE_OWNER_EMAIL }}
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_HAPPY_GRASS_0CBA10710 }}
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
Expand All @@ -52,5 +53,5 @@ jobs:
id: closepullrequest
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_HAPPY_GRASS_0CBA10710 }}
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
action: "close"

0 comments on commit 7913718

Please sign in to comment.