Skip to content
Merged

CD #46

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
config: Check Azure Creds
  • Loading branch information
diegotony committed Mar 25, 2021
commit 4446f0bf7d2808d209bb492d888271a58d74ff50
5 changes: 0 additions & 5 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@master
- name: Sample Azure action
with: # Set Azure credentials secret as an input
credentials: ${{ secrets.AZURE_CREDENTIALS }}
env: # Or as an environment variable
credentials: ${{ secrets.AZURE_CREDENTIALS }}

- name: Azure CLI script
uses: azure/CLI@v1
Expand Down