From cb764ce38c77cc0683d7f921ec669721a612ebcc Mon Sep 17 00:00:00 2001 From: Pierrick Rambaud Date: Mon, 4 Dec 2023 12:53:24 +0000 Subject: [PATCH] docs: make it as a list --- docs/usage.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index b336cdc..4293aed 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -56,9 +56,9 @@ Here is a github action example: .. thumbnail:: _static/github_env_var.png :title: Github action environment variable setup -1. First go to the :guilabel:`settings`` of your Github repository -1. Then to :guilabel:`secretes and variables` -> :guilabel:`Actions` -1. In this page, set a :guilabel:`new repository secret` with the name ``EARTHENGINE_TOKEN`` and paste the content of your ``credentials`` file in the value field. +#. First go to the :guilabel:`settings`` of your Github repository +#. Then to :guilabel:`secretes and variables` -> :guilabel:`Actions` +#. In this page, set a :guilabel:`new repository secret` with the name ``EARTHENGINE_TOKEN`` and paste the content of your ``credentials`` file in the value field. To make the variable available in your CI environment, you will need to add the following line in your action `.yaml` file: