diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c8856fd..100fba4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,7 +14,7 @@ jobs: test_action: runs-on: ubuntu-22.04 name: Test Action - #environment: Test + environment: CoA steps: - name: Checkout Code uses: actions/checkout@v3 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d7a271d..5d7f47c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -107,4 +107,17 @@ npm i -g @vercel/ncc ```shell npm install +``` + + +# Set up CI/CD on your own fork + +1. Create a Github environment named `CoA`. +2. Define the following environment variables. + +```shell +AZURE_STORAGE_ACCOUNT_NAME +AZURE_STORAGE_CONTAINER_NAME +AZURE_STORAGE_INPUTS_CONTAINER_NAME +AZURE_STORAGE_BLOB_NAME ``` \ No newline at end of file