Compare commits

..

14 Commits

Author SHA1 Message Date
Sosthene
69a53b132e cleanup logs 2025-07-30 11:29:11 +02:00
Sosthene
6c30016e0d Don't trigger updateUser on missing email/phone 2025-07-24 00:08:25 +02:00
Sosthene
3e88c93357 Fix null values with prisma 2025-07-24 00:08:25 +02:00
Sosthene
9bfc33a5c7 Fix async issue 2025-07-24 00:08:25 +02:00
Sosthene
df3ac394b2 more verbosity 2025-07-24 00:08:25 +02:00
Sosthene
d794bfbbc9 Updated userData includes office 2025-07-24 00:08:25 +02:00
Sosthene
0949770e66 Fix updateUser res parsing 2025-07-24 00:08:25 +02:00
Sosthene
a132e36308 Fix url 2025-07-24 00:08:25 +02:00
Sosthene
384e139ced more verbosity 2025-07-24 00:08:25 +02:00
Sosthene
b96720c0af Handle raw response from idnot 2025-07-24 00:08:25 +02:00
Omar Oughriss
6344f6be15 Stringify logs 2025-07-24 00:08:25 +02:00
Omar Oughriss
1c1a1e3a04 Update verbosity 2025-07-24 00:08:25 +02:00
Omar Oughriss
28cf728eac Add updateUser method verbosity 2025-07-24 00:08:25 +02:00
Sosthene
49790c4f18 Check for deleted, not statutDuRattachement when updating user 2025-07-21 14:03:57 +02:00

View File

@ -18,16 +18,16 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
#- name: Setup SSH - name: Setup SSH
# run: | run: |
# mkdir -p ~/.ssh mkdir -p ~/.ssh
# echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
# chmod 600 ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa
# ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
# env: env:
# SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
#- name: Copy SSH - name: Copy SSH
# run: cp ~/.ssh/id_rsa id_rsa run: cp ~/.ssh/id_rsa id_rsa
- name: Login to Scaleway Container Registry - name: Login to Scaleway Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with: