Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ce5398e10a | ||
![]() |
013437a55f |
@ -2,14 +2,14 @@ name: Build and Push to Registry
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ env_235 ]
|
||||
pull_request:
|
||||
types: [closed]
|
||||
branches: [ main ]
|
||||
branches: [ env_235 ]
|
||||
|
||||
env:
|
||||
REGISTRY: git.4nkweb.com
|
||||
IMAGE_NAME: 4nk/lecoffre-back-mini
|
||||
IMAGE_NAME: 4nk/lecoffre-back-mini-235
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
@ -128,7 +128,7 @@ app.post('/api/v1/idnot/user/:code', async (req, res) => {
|
||||
const params = {
|
||||
client_id: 'B3CE56353EDB15A9',
|
||||
client_secret: '3F733549E879878344B6C949B366BB5CDBB2DB5B7F7AB7EBBEBB0F0DD0776D1C',
|
||||
redirect_uri: 'http://local.lecoffreio.4nkweb:3000/authorized-client',
|
||||
redirect_uri: 'https://lecoffreio.4nkweb.com/authorized-client',
|
||||
grant_type: 'authorization_code',
|
||||
code: code
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user