Skip to content

Commit b9d9cde

Browse files
authored
chore: Update GitHub workflows (#73)
1 parent dc53566 commit b9d9cde

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/feature-branch.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
pull_request:
55
branches:
66
- main
7-
- release/v*
8-
types: [opened, synchronize, reopened]
7+
- release/**
8+
types: [opened, synchronize, reopened, labeled, unlabeled]
99

1010
permissions:
1111
pull-requests: write
@@ -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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 2 deletions
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)