Skip to content

Commit 4aaca60

Browse files
committed
Merge branch 'next' of https://github.com/Geode-solutions/OpenGeodeWeb-Microservice into fix/database
2 parents 8c4a3ec + 05e52d9 commit 4aaca60

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/schedule.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@ jobs:
1515
with:
1616
repos: ${{ vars.REPOS }}
1717
branch: ${{ inputs.branch || 'next' }}
18-
secrets:
19-
TOKEN: ${{ secrets.TOKEN }}
20-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
18+
secrets: inherit

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
fastjsonschema==2.21.1
88
# via -r requirements.in
9-
greenlet~=3.0
9+
greenlet~=3.2
1010
# via sqlalchemy
1111
sqlalchemy~=2.0
1212
# via -r requirements.in

0 commit comments

Comments
 (0)