File tree 2 files changed +6
-4
lines changed
2 files changed +6
-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@v2
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 8
8
- closed
9
9
branches :
10
10
- main
11
+ - dev
11
12
- backport/*.*
12
13
paths :
13
14
- config/**
22
23
if : >-
23
24
(github.event_name == 'pull_request' && github.event.action != 'closed') ||
24
25
(github.event_name == 'issue_comment' && startsWith(github.event.comment.body, '!redeploy'))
25
- uses : access-nri/build-cd/.github/workflows/ci.yml@v2
26
+ uses : access-nri/build-cd/.github/workflows/ci.yml@v3
26
27
with :
27
28
model : ${{ vars.NAME }}
28
29
pr : ${{ github.event_name == 'pull_request' && github.event.pull_request.number || github.event.issue.number }}
@@ -35,17 +36,18 @@ jobs:
35
36
pr-comment :
36
37
name : Comment
37
38
if : github.event_name == 'issue_comment'
38
- uses : access-nri/build-cd/.github/workflows/ci-comment.yml@v2
39
+ uses : access-nri/build-cd/.github/workflows/ci-comment.yml@v3
39
40
with :
40
41
model : ${{ vars.NAME }}
41
42
permissions :
42
43
pull-requests : write
43
44
contents : write
45
+ secrets : inherit
44
46
45
47
pr-closed :
46
48
name : Closed
47
49
if : github.event_name == 'pull_request' && github.event.action == 'closed'
48
- uses : access-nri/build-cd/.github/workflows/ci-closed.yml@v2
50
+ uses : access-nri/build-cd/.github/workflows/ci-closed.yml@v3
49
51
with :
50
52
model : ${{ vars.NAME }}
51
53
secrets : inherit
You can’t perform that action at this time.
0 commit comments