Skip to content

Commit

Permalink
chore: Update GitHub workflows (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman authored May 3, 2024
1 parent dc53566 commit b9d9cde
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
pull_request:
branches:
- main
- release/v*
types: [opened, synchronize, reopened]
- release/**
types: [opened, synchronize, reopened, labeled, unlabeled]

permissions:
pull-requests: write
Expand All @@ -15,5 +15,4 @@ permissions:
jobs:
terraform-module:
uses: cloudposse/github-actions-workflows-terraform-module/.github/workflows/feature-branch.yml@main
secrets:
github_access_token: ${{ secrets.REPO_ACCESS_TOKEN }}
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 'docs/**'
- 'examples/**'
- 'test/**'
- 'README.md'

permissions: {}

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ permissions:
jobs:
scheduled:
uses: cloudposse/github-actions-workflows-terraform-module/.github/workflows/scheduled.yml@main
secrets:
github_access_token: ${{ secrets.REPO_ACCESS_TOKEN }}
secrets: inherit

0 comments on commit b9d9cde

Please sign in to comment.