Skip to content

Commit

Permalink
Merge pull request #348 from bosonprotocol/fix-pre-release
Browse files Browse the repository at this point in the history
Adding ENV variables for pre-release and main release
  • Loading branch information
hswopeams authored Mar 11, 2022
2 parents 73939a1 + a5374d1 commit cbe0b8f
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 cbe0b8f

Please sign in to comment.