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 e8a5e8f commit 867cb94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# cache: npm

- name: Set Variables Data
run: echo "REACT_APP_FOLLOWERS_ACCESS_KEY=${{ secrets.REACT_APP_FOLLOWERS_ACCESS_KEY }}" >> $GITHUB_ENV
run: echo "$REACT_APP_FOLLOWERS_ACCESS_KEY"
env:
REACT_APP_FOLLOWERS_ACCESS_KEY: ${{ secrets.REACT_APP_FOLLOWERS_ACCESS_KEY }}

Expand Down
1 change: 0 additions & 1 deletion documentation/src/context/CommunityStats/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export const CommunityStatsContext = createContext<
>(undefined);

const ACCESS_TOKEN = process.env.REACT_APP_FOLLOWERS_ACCESS_KEY;
console.log(ACCESS_TOKEN);

export const CommunityStatsProvider: FC = ({ children }) => {
const [loading, setLoading] = useState(true);
Expand Down

0 comments on commit 867cb94

Please sign in to comment.