Skip to content

Commit

Permalink
chore: Use GitHub Action Workflows from cloudposse/.github Repo
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Apr 10, 2024
1 parent a8779cd commit cc5ee69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
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 cc5ee69

Please sign in to comment.