Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc(ci): Add secret description #6

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
inputs:
database:
description: Database used in this workflow. Default to none.
description: Database used in this workflow. Default to none
required: false
type: string

Expand All @@ -16,10 +16,13 @@ on:
description: Needed to run SonarCloud Scan
required: true
BREVO_API_KEY:
description: Token needed to authenticate requests to Brevo API if any
required: false
PRIVATE_KEY:
description: Private JSON Web Key that might be needed to run test script
required: false
PUBLIC_KEY:
description: Public JSON Web Key that might be needed to run test script
required: false

jobs:
Expand Down