Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Signed-off-by: theG4briel <[email protected]>
  • Loading branch information
theG4brielNFT authored Dec 23, 2024
1 parent dd5e8ba commit 2f48b5a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ jobs:
run: |
curl -sSL https://install.python-poetry.org | python3 -
poetry --version
env:
TWITTER_API_KEYY: ${{ secrets.TWITTER_API_KEY }}
TWITTER_API_SECRETT: ${{ secrets.TWITTER_API_SECRET }}
TWITTER_ACCESS_TOKENN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
TWITTER_ACCESS_SECRETT: ${{ secrets.TWITTER_ACCESS_SECRET }}

#- name: Install Git
# run: sudo apt-get install -y git
Expand All @@ -68,12 +73,8 @@ jobs:
git clone https://github.com/volaradlp/minercli.git
cd minercli
source setup.sh
volara auth twitter login
env:
TWITTER_API_KEYY: ${{ secrets.TWITTER_API_KEY }}
TWITTER_API_SECRETT: ${{ secrets.TWITTER_API_SECRET }}
TWITTER_ACCESS_TOKENN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
TWITTER_ACCESS_SECRETT: ${{ secrets.TWITTER_ACCESS_SECRET }}
volara --version
Expand Down

0 comments on commit 2f48b5a

Please sign in to comment.