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:
1515jobs :
1616 terraform-module :
1717 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 1010 - ' docs/**'
1111 - ' examples/**'
1212 - ' test/**'
13+ - ' README.md'
1314
1415permissions : {}
1516
Original file line number Diff line number Diff line change @@ -13,5 +13,4 @@ permissions:
1313jobs :
1414 scheduled :
1515 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