fix: checkov CKV2_GHA_1 warning (#3488)

* fix: posthog api key as a process env var

* fix: checkov tests workflow warning

* revert: updates
This commit is contained in:
lohit 2024-11-20 03:25:32 +05:30 committed by GitHub
parent dc77ee7c04
commit cd629451e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,9 @@ on:
pull_request: pull_request:
branches: [main] branches: [main]
permissions:
contents: read
jobs: jobs:
unit-test: unit-test:
name: Unit Tests name: Unit Tests