Skip to content

Commit 6943d39

Browse files
committed
feat:updated changelog.yml name and file
feat: updated tfsec.yml file
1 parent f5c930b commit 6943d39

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/changelog.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
name: changelog
22
permissions: write-all
3-
43
on:
54
push:
65
tags:
76
- "*"
8-
# Allows you to run this workflow manually from the Actions tab
97
workflow_dispatch:
108
jobs:
11-
call-workflow-changelog:
9+
changelog:
1210
uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master
11+
secrets: inherit
1312
with:
1413
branch: 'master'

.github/workflows/tfsec.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
name: tfsec
22
permissions: write-all
3-
43
on:
54
pull_request:
6-
7-
# Allows you to run this workflow manually from the Actions tab
85
workflow_dispatch:
96
jobs:
10-
call-workflow-tfsec:
7+
tfsec:
118
uses: clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@master
129
secrets: inherit
1310
with:
14-
working_directory: './_example'
11+
working_directory: '.'

0 commit comments

Comments
 (0)