Skip to content

Commit

Permalink
On branch edburns-msft-dd-1433449-demo-prep
Browse files Browse the repository at this point in the history
modified:   .github/workflows/teardownForWlsAks.sh

- chmod ugo+x

modified:   .github/workflows/testWlsAksWithDependencyCreation.yml

- read AZURE_CREDENTIALS directly from secrets.

Signed-off-by: Ed Burns <edburns@microsoft.com>
  • Loading branch information
edburns committed Nov 10, 2021
1 parent ed802ea commit 925d3a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Empty file modified .github/workflows/teardownForWlsAks.sh
100644 → 100755
Empty file.
7 changes: 3 additions & 4 deletions .github/workflows/testWlsAksWithDependencyCreation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ on:
env:
refJavaee: 1a21a792d6bae6768b155945cf2703c3026ac691
azCliVersion: 2.29.0
azureCredentials: ${{ secrets.AZURE_CREDENTIALS }}
location: eastus
resourceGroupForWlsAks: wlsd-aks-${{ github.run_id }}-${{ github.run_number }}
dbAdminUser: weblogic
Expand Down Expand Up @@ -114,7 +113,7 @@ jobs:
- uses: azure/login@v1
id: azure-login
with:
creds: ${{ env.azureCredentials }}
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Create Resource Group
uses: azure/CLI@v1
with:
Expand Down Expand Up @@ -166,7 +165,7 @@ jobs:
- uses: azure/login@v1
id: azure-login
with:
creds: ${{ env.azureCredentials }}
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Create Resource Group
uses: azure/CLI@v1
with:
Expand Down Expand Up @@ -222,7 +221,7 @@ jobs:
- uses: azure/login@v1
id: azure-login
with:
creds: ${{ env.azureCredentials }}
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Query web app blob url and set to env
uses: azure/CLI@v1
with:
Expand Down

0 comments on commit 925d3a3

Please sign in to comment.