Skip to main content

Creating GitHub Secrets

  1. To create a github secret, navigate to the main page of your repository on GitHub
  1. After successfully navigating to the main page, click on the settings button on your repository
  1. You will be redirected towards your repository settings and inside the settings page click on the Secrets and then click Actions
  1. Then click New Repository Secret
  1. Then Type a name for your secret in the Name input box

    Note: Spaces are not allowed in the name of secrets

  1. Enter the value of your secret inside the Secret* box
  1. After successfully entering all the details, click on Add Secret and your secret will be added successfully