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.
1 parent 02acaf4 commit af0857eCopy full SHA for af0857e
.github/workflows/cla.yaml
@@ -3,8 +3,8 @@ name: CLA Assistant
3
on:
4
issue_comment:
5
types: [created]
6
- pull_request:
7
- types: [opened,closed,synchronize]
+ pull_request_target:
+ types: [opened, closed, synchronize]
8
9
permissions:
10
actions: write
@@ -16,4 +16,4 @@ jobs:
16
cla_assistant:
17
uses: Netcracker/qubership-workflow-hub/.github/workflows/cla.yaml@main
18
secrets:
19
- personal_access_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
+ personal_access_token: ${{ secrets.CLA_ACCESS_TOKEN }}
0 commit comments