Skip to content

Commit 6fdc532

Browse files
authored
chore: Update GitHub workflows (#178)
1 parent ed5c31c commit 6fdc532

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/feature-branch.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ permissions:
1515
jobs:
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

.github/workflows/release-branch.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- 'docs/**'
1111
- 'examples/**'
1212
- 'test/**'
13+
- 'README.md'
1314

1415
permissions: {}
1516

.github/workflows/scheduled.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ permissions:
1313
jobs:
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

0 commit comments

Comments
 (0)