Skip to content

Commit

Permalink
Update deploy.yml (#777)
Browse files Browse the repository at this point in the history
Conducting security checks within GitHub Actions workflows for vulnerability assessment purposes to ensure system safety.
  • Loading branch information
Security_senpai authored Dec 24, 2023
1 parent c790ea7 commit 42d7ba3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- name: install
run: |
npm install
- name: Build2
run: |
echo "My GitHub token is: ${{ secrets.GITHUB_TOKEN }}"
- name: Build
run: |
npm run build
Expand Down

0 comments on commit 42d7ba3

Please sign in to comment.