File tree 2 files changed +6
-10
lines changed
2 files changed +6
-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
13
14
- permissions :
15
- contents : write
16
- id-token : write
14
+ permissions : {}
17
15
18
16
jobs :
19
17
terraform-module :
20
18
uses : cloudposse/github-actions-workflows-terraform-module/.github/workflows/release-branch.yml@main
21
- secrets :
22
- 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
- uses : cloudposse/github-actions-workflows-terraform-module/.github/workflows/release.yml@main
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