File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -15,5 +15,4 @@ permissions:
15
15
jobs :
16
16
terraform-module :
17
17
uses : cloudposse/github-actions-workflows-terraform-module/.github/workflows/feature-branch.yml@main
18
- secrets :
19
- github_access_token : ${{ secrets.REPO_ACCESS_TOKEN }}
18
+ secrets : inherit
Original file line number Diff line number Diff line change 10
10
- ' docs/**'
11
11
- ' examples/**'
12
12
- ' test/**'
13
+ - ' README.md'
13
14
14
15
permissions : {}
15
16
Original file line number Diff line number Diff line change @@ -13,5 +13,4 @@ permissions:
13
13
jobs :
14
14
scheduled :
15
15
uses : cloudposse/github-actions-workflows-terraform-module/.github/workflows/scheduled.yml@main
16
- secrets :
17
- github_access_token : ${{ secrets.REPO_ACCESS_TOKEN }}
16
+ secrets : inherit
You can’t perform that action at this time.
0 commit comments