File tree 2 files changed +5
-10
lines changed
2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
- - release/* *
7
+ - release/v *
8
8
paths-ignore :
9
9
- ' .github/**'
10
10
- ' docs/**'
11
11
- ' examples/**'
12
12
- ' test/**'
13
- - ' README.*'
14
13
15
- permissions :
16
- contents : write
17
- id-token : write
14
+ permissions : {}
18
15
19
16
jobs :
20
17
terraform-module :
21
18
uses : cloudposse/github-actions-workflows-terraform-module/.github/workflows/release-branch.yml@main
22
- secrets :
23
- github_access_token : ${{ secrets.REPO_ACCESS_TOKEN }}
19
+ secrets : inherit
Original file line number Diff line number Diff line change 5
5
types :
6
6
- published
7
7
8
- permissions :
9
- contents : write
10
- id-token : write
8
+ permissions : {}
11
9
12
10
jobs :
13
11
terraform-module :
14
12
uses : cloudposse/github-actions-workflows-terraform-module/.github/workflows/release-published.yml@main
13
+ secrets : inherit
You can’t perform that action at this time.
0 commit comments