Skip to content

Commit e3de8a2

Browse files
authored
Merge pull request #38 from clouddrove/fix-secret-input-added
fix: secret issue fixed to use in diff orgs.
2 parents 4e1fbe6 + 5e26334 commit e3de8a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tfsec.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
required: false
88
type: string
99
default: './_example/'
10+
secrets:
11+
GITHUB:
12+
required: true
13+
description: 'PAT of the user to run the jobs.'
1014

1115
jobs:
1216
tfsec:

0 commit comments

Comments
 (0)