Skip to content

Commit

Permalink
Add Monday Api Bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
gponty committed Oct 17, 2023
1 parent abc548e commit 9ef0f9d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Read the documentation: https://github.com/gponty/symfony-monday-api/blob/main/README.md
monday:
api_key: '%env(MONDAY_API_KEY)%'
api_version: '%env(MONDAY_API_VERSION)%'

Check failure on line 4 in gponty/symfony-monday-api-bundle/1.0/config/packages/monday.yaml

View workflow job for this annotation

GitHub Actions / call-qa / Run checks

Should end with a newline
12 changes: 12 additions & 0 deletions gponty/symfony-monday-api-bundle/1.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"bundles": {
"Gponty\\MondayBundle\\MondayBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MONDAY_API_KEY": "your_monday_api_key",
"MONDAY_API_VERSION": "your_monday_api_version"
}
}

Check failure on line 12 in gponty/symfony-monday-api-bundle/1.0/manifest.json

View workflow job for this annotation

GitHub Actions / call-qa / Run checks

Should end with a newline

0 comments on commit 9ef0f9d

Please sign in to comment.