Skip to content

Commit

Permalink
adding ENV variables for pre-release and main release
Browse files Browse the repository at this point in the history
  • Loading branch information
bidyut-arianelabs committed Mar 11, 2022
1 parent 47f47cf commit a5374d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
env:
PROTOCOL_DEPLOYER_PRIVATE_KEY: 123456789abcdef123456789abcdef123456789abcdef123456789abcdef1234
CC_TOKEN_DEPLOYER_PRIVATE_KEY: 123456789abcdef123456789abcdef123456789abcdef123456789abcdef1234
RINKEBY_URL: https://provider_url/project_key
ROPSTEN_URL: https://provider_url/project_key
MAINNET_URL: https://provider_url/project_key
steps:
- uses: actions/checkout@v2
- name: Set env RELEASE_VERSION
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
env:
PROTOCOL_DEPLOYER_PRIVATE_KEY: 123456789abcdef123456789abcdef123456789abcdef123456789abcdef1234
CC_TOKEN_DEPLOYER_PRIVATE_KEY: 123456789abcdef123456789abcdef123456789abcdef123456789abcdef1234
RINKEBY_URL: https://provider_url/project_key
ROPSTEN_URL: https://provider_url/project_key
MAINNET_URL: https://provider_url/project_key
steps:
- uses: actions/checkout@v2
- name: Set env RELEASE_VERSION
Expand Down

0 comments on commit a5374d1

Please sign in to comment.