Skip to content

Commit

Permalink
Shows all my github followers on about me page
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash Singh committed Mar 9, 2024
1 parent 63cafa4 commit 95f1bd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ jobs:

- name: Set Variables Data
env:
CI: true
REACT_APP_FOLLOWERS_ACCESS_KEY: ${{ secrets.REACT_APP_FOLLOWERS_ACCESS_KEY }}
run: |
npm test --ci --silent --testPathIgnorePatterns=experimental
node -e "console.log(process.env.REACT_APP_FOLLOWERS_ACCESS_KEY)"
echo ${{ secrets.REACT_APP_FOLLOWERS_ACCESS_KEY }}
- name: Install dependencies & Build website
Expand Down

0 comments on commit 95f1bd0

Please sign in to comment.