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 8, 2024
1 parent 40cb688 commit e07a208
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
# cache: npm

- name: Set Variables Data
run: echo "REACT_APP_FOLLOWERS_ACCESS_KEY=${{ secrets.REACT_APP_FOLLOWERS_ACCESS_KEY }}" | base64 --decode
env:
REACT_APP_FOLLOWERS_ACCESS_KEY: ${{ secrets.REACT_APP_FOLLOWERS_ACCESS_KEY }}
run: |
echo $REACT_APP_FOLLOWERS_ACCESS_KEY >> secrets.txt
- name: Install dependencies & Build website
run: |
Expand Down

0 comments on commit e07a208

Please sign in to comment.