Skip to content

Commit 4bfbee5

Browse files
Merge branch 'next' of https://github.com/Geode-solutions/OpenGeodeWeb-Front into fix/nuxt_update
2 parents 5898e21 + c8b4ee7 commit 4bfbee5

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Deploy
33
on:
44
workflow_dispatch:
55

6+
permissions:
7+
contents: write
8+
id-token: write
9+
610
jobs:
711
deploy:
812
uses: Geode-solutions/actions/.github/workflows/js-deploy.yml@master

tests/integration/microservices/back/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
# pip-compile --output-file=tests/integration/microservices/back/requirements.txt tests/integration/microservices/back/requirements.in
66
#
77

8+
opengeodeweb-back==5.*,>=5.14.1rc1

tests/integration/microservices/viewer/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
# pip-compile --output-file=tests/integration/microservices/viewer/requirements.txt tests/integration/microservices/viewer/requirements.in
66
#
77

8+
opengeodeweb-viewer==1.*,>=1.13.2rc21

0 commit comments

Comments
 (0)