Skip to content

Commit

Permalink
move the toke to github secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
saadpasta committed Jan 9, 2023
1 parent 440344f commit f28cd52
Show file tree
Hide file tree
Showing 4 changed files with 29,163 additions and 10,437 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
persist-credentials: false

- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
env:
REACT_APP_GITHUB_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
run: |
npm install
npm run build
Expand Down
Loading

0 comments on commit f28cd52

Please sign in to comment.