Skip to content

Commit

Permalink
Add STEWARD_DISCORD environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Jan 15, 2024
1 parent beb9be1 commit 6f8930f
Show file tree
Hide file tree
Showing 12 changed files with 1,741 additions and 662 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
STEWARD_NOTIFY_DISCORD=
# ID:TOKEN:CHANNEL
STEWARD_NOTIFY_SLACK=

STEWARD_DISCORD=
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
touch .env
echo STEWARD_NOTIFY_DISCORD=${{ secrets.STEWARD_NOTIFY_DISCORD }} >> .env
echo STEWARD_NOTIFY_SLACK=${{ secrets.STEWARD_NOTIFY_SLACK }} >> .env
echo STEWARD_DISCORD=${{ secrets.STEWARD_DISCORD }} >> .env
- name: Execute tests
run: vendor/bin/pest
19 changes: 10 additions & 9 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,19 @@
"alpinejs": "3.x"
},
"optionalDependencies": {
"vanilla-cookieconsent": "3.0.0-rc.13"
"vanilla-cookieconsent": "2.9.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@types/alpinejs": "^3.7.2",
"eslint": "^8.45.0",
"rimraf": "^5.0.1",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vanilla-cookieconsent": "3.0.0-rc.13"
"@antfu/eslint-config": "^2.6.1",
"@types/alpinejs": "^3.13.6",
"eslint": "^8.56.0",
"rimraf": "^5.0.5",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vanilla-cookieconsent": "3.0.0-rc.13",
"vitest": "^1.1.1"
},
"dependencies": {
"alpinejs": "^3.12.3"
"alpinejs": "^3.13.3"
}
}
Loading

0 comments on commit 6f8930f

Please sign in to comment.