Skip to content

Commit af0857e

Browse files
committed
ci: update of common workflows
1 parent 02acaf4 commit af0857e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cla.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: CLA Assistant
33
on:
44
issue_comment:
55
types: [created]
6-
pull_request:
7-
types: [opened,closed,synchronize]
6+
pull_request_target:
7+
types: [opened, closed, synchronize]
88

99
permissions:
1010
actions: write
@@ -16,4 +16,4 @@ jobs:
1616
cla_assistant:
1717
uses: Netcracker/qubership-workflow-hub/.github/workflows/cla.yaml@main
1818
secrets:
19-
personal_access_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
19+
personal_access_token: ${{ secrets.CLA_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)