diff --git a/.github/workflows/manual-deploy-testnet-l2.yml b/.github/workflows/manual-deploy-testnet-l2.yml index 37954a1724..5c429f769a 100644 --- a/.github/workflows/manual-deploy-testnet-l2.yml +++ b/.github/workflows/manual-deploy-testnet-l2.yml @@ -3,6 +3,8 @@ # The Obscuro network is composed of 2 obscuro nodes running on individual vms with SGX. At the moment the workflow # can onlu be triggered manually as a workflow dispatch. # +# This script uses GitHub environments for variables and secrets - these are configured on github and +# the environments match the input.testnet_type options name: '[M] Deploy Testnet L2' on: diff --git a/.github/workflows/manual-upgrade-testnet-l2.yml b/.github/workflows/manual-upgrade-testnet-l2.yml index 594f0f9bb0..7ac86c2173 100644 --- a/.github/workflows/manual-upgrade-testnet-l2.yml +++ b/.github/workflows/manual-upgrade-testnet-l2.yml @@ -7,6 +7,9 @@ # repository dispatch. # # The scheduled deployment runs at 03:05 on every day-of-week. +# +# This script uses GitHub environments for variables and secrets - these are configured on github and +# the environments match the input.testnet_type options name: '[M] Upgrade Testnet L2'