File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
21
21
id : create_tag
22
22
uses :
mathieudutour/[email protected]
23
23
with :
24
- github_token : ${{ secrets.TOKEN_GITHUB }}
24
+ github_token : ${{ secrets.GITHUB_TOKEN }}
25
25
- name : Create Release
26
26
id : create_release
27
27
uses : actions/create-release@v1
28
28
env :
29
- GITHUB_TOKEN : ${{ secrets.TOKEN_GITHUB }}
29
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
30
30
with :
31
31
tag_name : ${{ steps.create_tag.outputs.new_tag }}
32
32
release_name : Release ${{ steps.create_tag.outputs.new_tag }}
46
46
with :
47
47
registry : ghcr.io
48
48
username : ${{ github.actor }}
49
- password : ${{ secrets.TOKEN_GITHUB }}
49
+ password : ${{ secrets.GITHUB_TOKEN }}
50
50
- name : set lower case owner name
51
51
run : |
52
52
echo "OWNER_LC=${OWNER,,}" >> ${GITHUB_ENV}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ spring:
33
33
frontUrl : " http://${custom.dev.cookieDomain}:5173"
34
34
backUrl : " http://${custom.dev.cookieDomain}:${server.port}"
35
35
prod :
36
- cookieDomain : cmf .seoez.site
36
+ cookieDomain : cmfd .seoez.site
37
37
frontUrl : " https://www.${custom.prod.cookieDomain}/"
38
38
backUrl : " https://api.${custom.prod.cookieDomain}/"
39
39
site :
You canโt perform that action at this time.
0 commit comments