This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 42d7ba3b483 Update deploy.yml (#777)
42d7ba3b483 is described below

commit 42d7ba3b483ac28c26fe5e0a37cc87a6d316a485
Author: Security_senpai <[email protected]>
AuthorDate: Sun Dec 24 20:38:38 2023 +0530

    Update deploy.yml (#777)
    
    Conducting security checks within GitHub Actions workflows for 
vulnerability assessment purposes to ensure system safety.
---
 .github/workflows/deploy.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 61b5a5f97c9..a0389ffb353 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to