Skip to content

Commit

Permalink
Merge branch 'main' into feature/add_build_type
Browse files Browse the repository at this point in the history
  • Loading branch information
drselump14 authored Apr 18, 2024
2 parents 2ade278 + b36b69d commit 683c09e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,16 @@ on:
push:
branches:
- main
- release/**
- release/v*
paths-ignore:
- '.github/**'
- 'docs/**'
- 'examples/**'
- 'test/**'

permissions:
contents: write
id-token: write
permissions: {}

jobs:
terraform-module:
uses: cloudposse/github-actions-workflows-terraform-module/.github/workflows/release-branch.yml@main
secrets:
github_access_token: ${{ secrets.REPO_ACCESS_TOKEN }}
secrets: inherit
7 changes: 3 additions & 4 deletions .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ on:
types:
- published

permissions:
contents: write
id-token: write
permissions: {}

jobs:
terraform-module:
uses: cloudposse/github-actions-workflows-terraform-module/.github/workflows/release.yml@main
uses: cloudposse/github-actions-workflows-terraform-module/.github/workflows/release-published.yml@main
secrets: inherit

0 comments on commit 683c09e

Please sign in to comment.