Skip to content

Commit

Permalink
Merge branch 'cloudposse:main' into pass_basic_auth_credentials_to_br…
Browse files Browse the repository at this point in the history
…anches
  • Loading branch information
fm7-1 authored Apr 11, 2024
2 parents 30ef6ea + 0f16f69 commit 2cc5002
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
7 changes: 7 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Upstream changes from _extends are only recognized when modifications are made to this file in the default branch.
_extends: .github
repository:
name: terraform-aws-amplify-app
description: Terraform module to provision AWS Amplify apps, backend environments, branches, domain associations, and webhooks
homepage: https://cloudposse.com/accelerate
topics: amplify, branch, domain, webhook
10 changes: 3 additions & 7 deletions .github/workflows/release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,16 @@ on:
push:
branches:
- main
- release/**
- release/v*
paths-ignore:
- '.github/**'
- 'docs/**'
- 'examples/**'
- 'test/**'
- 'README.*'

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
5 changes: 2 additions & 3 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-published.yml@main
secrets: inherit

0 comments on commit 2cc5002

Please sign in to comment.