File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -258,6 +258,7 @@ import * as buildpacks from '../lib/buildPacks';
258
258
] ;
259
259
if ( secrets . length > 0 ) {
260
260
secrets . forEach ( ( secret ) => {
261
+ secret . value = decrypt ( secret . value )
261
262
if ( pullmergeRequestId ) {
262
263
if ( secret . isPRMRSecret ) {
263
264
envs . push ( `${ secret . name } =${ secret . value } ` ) ;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import * as serviceFields from './serviceFields'
19
19
import { saveBuildLog } from './buildPacks/common' ;
20
20
import { scheduler } from './scheduler' ;
21
21
22
- export const version = '3.8.2 ' ;
22
+ export const version = '3.8.3 ' ;
23
23
export const isDev = process . env . NODE_ENV === 'development' ;
24
24
25
25
const algorithm = 'aes-256-ctr' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " coolify" ,
3
3
"description" : " An open-source & self-hostable Heroku / Netlify alternative." ,
4
- "version" : " 3.8.2 " ,
4
+ "version" : " 3.8.3 " ,
5
5
"license" : " Apache-2.0" ,
6
6
"repository" : " github:coollabsio/coolify" ,
7
7
"scripts" : {
You can’t perform that action at this time.
0 commit comments