Skip to content

Commit a1c8a8a

Browse files
Merge pull request #116 from upstox/yogendrasrivastava-patch-2
Update secure.yml
2 parents 408c0e1 + cdd63a8 commit a1c8a8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/secure.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ on:
22
workflow_dispatch: {}
33
pull_request:
44
branches:
5-
- main
5+
- master
66
types: [opened, synchronize, reopened, labeled]
77
push:
88
branches:
9-
- main
9+
- master
1010
paths:
1111
- .github/workflows/secure.yml
1212
schedule:
@@ -164,4 +164,4 @@ jobs:
164164
- name: Approve PR
165165
run: gh pr review --approve "${{ github.event.pull_request.html_url }}"
166166
env:
167-
GITHUB_TOKEN: ${{ secrets.PAT_SECURITYREVIEWUSER }}
167+
GITHUB_TOKEN: ${{ secrets.PAT_SECURITYREVIEWUSER }}

0 commit comments

Comments
 (0)