Summary
A change we recently accepted removed the creation of a secret called AZURE_CREDENTIALS. That secret is still utilized in one of the workflows we ask the learner to create:
|
- name: Azure login |
|
uses: azure/login@v2 |
|
with: |
|
creds: ${{ secrets.AZURE_CREDENTIALS }} |
How to reproduce
- Take the course
- At step 3, you'll see the workflow referenced. It will immediately fail on the login action.
- The course will continue to move forward eventually, but no actual Azure workflow ran.
Summary
A change we recently accepted removed the creation of a secret called
AZURE_CREDENTIALS. That secret is still utilized in one of the workflows we ask the learner to create:deploy-to-azure/.github/steps/3-spinup-environment.md
Lines 64 to 67 in ae0c3ff
How to reproduce