File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
cd :
12
12
name : CD
13
- uses : access-nri/build-cd/.github/workflows/cd.yml@main
13
+ uses : access-nri/build-cd/.github/workflows/cd.yml@v3
14
14
with :
15
15
model : ${{ vars.NAME }}
16
16
permissions :
Original file line number Diff line number Diff line change 9
9
- closed
10
10
branches :
11
11
- main
12
+ - dev
12
13
- backport/*.*
13
14
paths :
14
15
- config/**
@@ -21,30 +22,32 @@ jobs:
21
22
pr-ci :
22
23
name : CI
23
24
if : github.event_name == 'pull_request' && github.event.action != 'closed'
24
- uses : access-nri/build-cd/.github/workflows/ci.yml@main
25
+ uses : access-nri/build-cd/.github/workflows/ci.yml@v3
25
26
with :
26
27
model : ${{ vars.NAME }}
27
28
# root-sbd: if different from vars.NAME
28
29
permissions :
29
30
pull-requests : write
30
31
contents : write
32
+ statuses : write
31
33
secrets : inherit
32
34
33
35
pr-comment :
34
36
name : Comment
35
37
if : github.event_name == 'issue_comment'
36
- uses : access-nri/build-cd/.github/workflows/ci-comment.yml@main
38
+ uses : access-nri/build-cd/.github/workflows/ci-comment.yml@v3
37
39
with :
38
40
model : ${{ vars.NAME }}
39
41
# root-sbd: if different from vars.NAME
40
42
permissions :
41
43
pull-requests : write
42
44
contents : write
45
+ secrets : inherit
43
46
44
47
pr-closed :
45
48
name : Closed
46
49
if : github.event_name == 'pull_request' && github.event.action == 'closed'
47
- uses : access-nri/build-cd/.github/workflows/ci-closed.yml@main
50
+ uses : access-nri/build-cd/.github/workflows/ci-closed.yml@v3
48
51
with :
49
52
model : ${{ vars.NAME }}
50
53
secrets : inherit
You can’t perform that action at this time.
0 commit comments