Skip to content

Commit

Permalink
chore(ci): add AIRDROP_WEBSOCKET envs (#1289)
Browse files Browse the repository at this point in the history
Description
Add AIRDROP_WEBSOCKET envs in CI
  • Loading branch information
leet4tari authored Dec 18, 2024
1 parent 90b2d08 commit 6d54b45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
AIRDROP_BASE_URL: ${{ secrets.BETA_AIRDROP_BASE_URL }}
AIRDROP_API_BASE_URL: ${{ secrets.BETA_AIRDROP_API_BASE_URL }}
AIRDROP_TWITTER_AUTH_URL: ${{ secrets.BETA_AIRDROP_TWITTER_AUTH_URL }}
AIRDROP_WEBSOCKET_CRYPTO_KEY: ${{ secrets.DEV_AIRDROP_WEBSOCKET_CRYPTO_KEY }}
shell: bash
run: |
#set -xueo pipefail
Expand All @@ -85,6 +86,8 @@ jobs:
- name: RELEASE Builds - Set environment variables
if: ${{ startsWith(github.ref, 'refs/heads/release') }}
env:
AIRDROP_WEBSOCKET_CRYPTO_KEY: ${{ secrets.PROD_AIRDROP_WEBSOCKET_CRYPTO_KEY }}
shell: bash
run: |
#set -xueo pipefail
Expand Down

0 comments on commit 6d54b45

Please sign in to comment.