We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5c31c commit 6fdc532Copy full SHA for 6fdc532
.github/workflows/feature-branch.yml
@@ -15,5 +15,4 @@ permissions:
15
jobs:
16
terraform-module:
17
uses: cloudposse/github-actions-workflows-terraform-module/.github/workflows/feature-branch.yml@main
18
- secrets:
19
- github_access_token: ${{ secrets.REPO_ACCESS_TOKEN }}
+ secrets: inherit
.github/workflows/release-branch.yml
@@ -10,6 +10,7 @@ on:
10
- 'docs/**'
11
- 'examples/**'
12
- 'test/**'
13
+ - 'README.md'
14
permissions: {}
.github/workflows/scheduled.yml
@@ -13,5 +13,4 @@ permissions:
scheduled:
uses: cloudposse/github-actions-workflows-terraform-module/.github/workflows/scheduled.yml@main
0 commit comments