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