From eb58a17b8bd85f6b23801f004ffe93a4bea63bcc Mon Sep 17 00:00:00 2001 From: Akash Singh Date: Fri, 8 Mar 2024 19:56:51 +0530 Subject: [PATCH] Shows all my github followers on about me page --- .github/workflows/deploy.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c502b890..97784904 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 @@ -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