Search code examples
githubazure-web-app-servicegithub-actionsgithub-secret

Github Actions Secrets value is blank after adding a new Secret


  • 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?


Solution

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

    You can only enter new value.