From cc88c9b6977d39dfe9a8c9cce5b996b543ce7bd0 Mon Sep 17 00:00:00 2001 From: vibhuti goyal Date: Mon, 8 May 2023 20:08:47 +0530 Subject: [PATCH] feat:updated changelog.yml file feat: updated tfsec.yml file --- .github/workflows/changelog.yml | 5 ++--- .github/workflows/tfsec.yml | 7 ++----- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 85b1665..4b735f5 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -1,14 +1,13 @@ name: changelog permissions: write-all - on: push: tags: - "*" - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: - call-workflow-changelog: + changelog: uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master + secrets: inherit with: branch: 'master' \ No newline at end of file diff --git a/.github/workflows/tfsec.yml b/.github/workflows/tfsec.yml index 4388e5f..9aaf588 100644 --- a/.github/workflows/tfsec.yml +++ b/.github/workflows/tfsec.yml @@ -1,14 +1,11 @@ name: tfsec permissions: write-all - on: pull_request: - - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: - call-workflow-tfsec: + tfsec: uses: clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@master secrets: inherit with: - working_directory: './_example' \ No newline at end of file + working_directory: '.' \ No newline at end of file