Skip to content

Commit

Permalink
update env vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Jul 2, 2024
1 parent 3523622 commit 4fc8a68
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 4fc8a68

Please sign in to comment.