Skip to content

Commit

Permalink
Merge branch 'main' into guibranco-patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Oct 12, 2024
2 parents c421bc8 + 43ad6a3 commit 4309bd9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/infisical-secrets-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Infisical secrets check

on:
workflow_dispatch:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:

secrets-scan:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:

- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Infisical secrets check
uses: guibranco/[email protected]

0 comments on commit 4309bd9

Please sign in to comment.