We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04ce9ae + c4f006b commit 57d1840Copy full SHA for 57d1840
.github/workflows/changelog.yaml renamed to .github/workflows/changelog.yml
@@ -1,14 +1,13 @@
1
name: changelog
2
permissions: write-all
3
-
4
on:
5
push:
6
tags:
7
- "*"
8
- # Allows you to run this workflow manually from the Actions tab
9
workflow_dispatch:
10
jobs:
11
call-workflow-changelog:
12
uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master
+ secrets: inherit
13
with:
14
- branch: 'master'
+ branch: 'master'
.github/workflows/tfsec.yml
@@ -0,0 +1,11 @@
+name: tfsec
+permissions: write-all
+on:
+ pull_request:
+ workflow_dispatch:
+jobs:
+ tfsec:
+ uses: clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@master
+ with:
+ working_directory: '.'
0 commit comments