Commit d218220 1 parent efff78f commit d218220 Copy full SHA for d218220
File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
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@v3
13
+ uses : access-nri/build-cd/.github/workflows/cd.yml@v4
14
14
with :
15
15
model : ${{ vars.NAME }}
16
16
root-sbd : access-esm1p5
17
17
permissions :
18
18
contents : write
19
+ # Required because later workflows also handle on.pull_request trigger
20
+ pull-requests : write
19
21
secrets : inherit
Original file line number Diff line number Diff line change 23
23
if : >-
24
24
(github.event_name == 'pull_request' && github.event.action != 'closed') ||
25
25
(github.event_name == 'issue_comment' && startsWith(github.event.comment.body, '!redeploy'))
26
- uses : access-nri/build-cd/.github/workflows/ci.yml@v3
26
+ uses : access-nri/build-cd/.github/workflows/ci.yml@v4
27
27
with :
28
28
model : ${{ vars.NAME }}
29
29
root-sbd : access-esm1p5
37
37
pr-comment :
38
38
name : Comment
39
39
if : github.event_name == 'issue_comment'
40
- uses : access-nri/build-cd/.github/workflows/ci-comment.yml@v3
40
+ uses : access-nri/build-cd/.github/workflows/ci-comment.yml@v4
41
41
with :
42
42
model : ${{ vars.NAME }}
43
43
root-sbd : access-esm1p5
49
49
pr-closed :
50
50
name : Closed
51
51
if : github.event_name == 'pull_request' && github.event.action == 'closed'
52
- uses : access-nri/build-cd/.github/workflows/ci-closed.yml@v3
52
+ uses : access-nri/build-cd/.github/workflows/ci-closed.yml@v4
53
53
with :
54
- model : ${{ vars.NAME }}
54
+ root-sbd : access-esm1p5
55
55
secrets : inherit
You can’t perform that action at this time.
0 commit comments