We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 408c0e1 + cdd63a8 commit a1c8a8aCopy full SHA for a1c8a8a
.github/workflows/secure.yml
@@ -2,11 +2,11 @@ on:
2
workflow_dispatch: {}
3
pull_request:
4
branches:
5
- - main
+ - master
6
types: [opened, synchronize, reopened, labeled]
7
push:
8
9
10
paths:
11
- .github/workflows/secure.yml
12
schedule:
@@ -164,4 +164,4 @@ jobs:
164
- name: Approve PR
165
run: gh pr review --approve "${{ github.event.pull_request.html_url }}"
166
env:
167
- GITHUB_TOKEN: ${{ secrets.PAT_SECURITYREVIEWUSER }}
+ GITHUB_TOKEN: ${{ secrets.PAT_SECURITYREVIEWUSER }}
0 commit comments