Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarialaoui10 authored Feb 27, 2024
1 parent 8c263ad commit 052417d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,12 @@ jobs:
node-version: '18.x'
- run: npm ci
- run: npm run build --if-present
- name: Commit & Push
run: |
git config user.name github-actions
git config user.email [email protected]
git add -A .
git commit -m "auto build"
git push
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 comments on commit 052417d

Please sign in to comment.