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 8eb79b5 commit eb58a17
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [master]

env:
REACT_APP_FOLLOWERS_ACCESS_KEY: ${{ secrets.REACT_APP_FOLLOWERS_ACCESS_KEY }}

jobs:
deploy:
name: Deploy to GitHub Pages
Expand All @@ -22,12 +25,6 @@ jobs:
node-version: 18.x
# cache: npm

- name: Set Variables Data
run: |
REACT_APP_FOLLOWERS_ACCESS_KEY: ${{ secrets.REACT_APP_FOLLOWERS_ACCESS_KEY }}
env:
REACT_APP_FOLLOWERS_ACCESS_KEY: ${{ secrets.REACT_APP_FOLLOWERS_ACCESS_KEY }}

- name: Install dependencies & Build website
run: |
cd documentation
Expand Down

0 comments on commit eb58a17

Please sign in to comment.