Skip to content

[Bug] AZURE_CREDENTIALS are in instructions but never created #84

@hectorsector

Description

@hectorsector

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

  1. Take the course
  2. At step 3, you'll see the workflow referenced. It will immediately fail on the login action.
  3. The course will continue to move forward eventually, but no actual Azure workflow ran.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingneeds engineeringRequires engineering-specific changes only.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions