block s3 bucket public access and modify module #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Terraform Checks | ||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
jobs: | ||
terraform: | ||
permissions: | ||
actions: read | ||
contents: read | ||
security-events: write | ||
pull-requests: write | ||
uses: labdigital-main/terraform-github-workflows/.github/workflows/terraform-module-v1.yaml@main | ||
Check failure on line 15 in .github/workflows/main.yaml GitHub Actions / .github/workflows/main.yamlInvalid workflow file
|
||
secrets: inherit |