Skip to content

Commit

Permalink
modify pr
Browse files Browse the repository at this point in the history
  • Loading branch information
lipanpan03 committed Sep 27, 2023
1 parent 39e5716 commit 2a492cb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cloud_code_scan.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Alipay Cloud Devops Codescan
on:
push:
pull_request:
branches:
- '*'

jobs:
deployment:
Expand All @@ -9,5 +11,5 @@ jobs:
- name: codeScan
uses: TuGraph-family/alipay-cloud-devops-codescan@main
with:
parent_uid: ${{ secrets.ALI_PID }}
private_key: ${{ secrets.ALI_PK }}
parent_uid: ${{ variables.ALI_PID }}
private_key: ${{ variables.ALI_PK }}

0 comments on commit 2a492cb

Please sign in to comment.