Skip to content

Commit 5189c71

Browse files
authored
Sync Action into Veracode
1 parent 58c2db1 commit 5189c71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/syncAction.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ steps:
3131
- name: Create branch and push changes
3232
run: |
3333
cd ghes-actions-integration
34-
git config user.name "santhoshVC92"
35-
git config user.email "skesavan@veracode.com"
34+
git config user.name "veracode"
35+
git config user.email "user@veracode.com"
3636
BRANCH_NAME="sync-sca-$(date +%s)"
3737
git checkout -b $BRANCH_NAME
3838
git add actions
@@ -61,4 +61,4 @@ steps:
6161
- Updated dist folder
6262
- Updated action.yml file"
6363
env:
64-
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
64+
GH_TOKEN: ${{ secrets.PAT_TOKEN }}

0 commit comments

Comments
 (0)