Skip to content

Commit 0a4b0cb

Browse files
Create infisical-secrets-check.yml (#3)
Co-authored-by: gstraccini[bot] <150967461+gstraccini[bot]@users.noreply.github.com>
1 parent 9e82e8b commit 0a4b0cb

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Infisical secrets check
2+
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
7+
jobs:
8+
secrets-check:
9+
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
12+
pull-requests: write
13+
steps:
14+
- name: Infisical Secrets Check
15+
uses: guibranco/github-infisical-secrets-check-action@v4.1.37

0 commit comments

Comments
 (0)