0
  • I'm using Github Actions workflow to deploy an Asp.Net Core MVC app to an Azure Web App Service.
  • I have added the secret in the Github Actions Secrets section of the Github repository.
  • When I click on the secret again to view the value, it shows nothing, and the field is completely blank.

enter image description here

Is this a bug in Github?

Goober
  • 13,146
  • 50
  • 126
  • 195

1 Answers1

0

It is a feature - old value of the secret is not visible.

You can only enter new value.

Mate Mrše
  • 7,997
  • 10
  • 40
  • 77