Skip to content

Commit

Permalink
fix: add missing env variable to workflow (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabolol authored Oct 20, 2024
1 parent 2463a82 commit adf7d32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
HOT_WALLET_ADDRESS: ${{ secrets.HOT_WALLET_ADDRESS }}
HOT_WALLET_PRIVATE_KEY: ${{ secrets.HOT_WALLET_PRIVATE_KEY }}
SPLITS_API_KEY: ${{ secrets.SPLITS_API_KEY }}
POPULATE_USER_ID: ${{ secrets.POPULATE_USER_ID }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit adf7d32

Please sign in to comment.