File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
image : docker.pkg.github.com/day8/dockerfile-for-dev-ci-image/dev-ci:0.0.13
13
13
credentials :
14
14
username : ${{ github.actor }}
15
- password : ${{ env .GLOBAL_TOKEN_FOR_GITHUB }}
15
+ password : ${{ secrets .GLOBAL_TOKEN_FOR_GITHUB }}
16
16
steps :
17
17
- uses : actions/checkout@v2
18
18
- name : Maven cache
56
56
image : docker.pkg.github.com/day8/dockerfile-for-dev-ci-image/dev-ci:0.0.13
57
57
credentials :
58
58
username : ${{ github.actor }}
59
- password : ${{ env .GLOBAL_TOKEN_FOR_GITHUB }}
59
+ password : ${{ secrets .GLOBAL_TOKEN_FOR_GITHUB }}
60
60
steps :
61
61
- uses : actions/checkout@v2
62
62
with :
Original file line number Diff line number Diff line change 9
9
image : docker.pkg.github.com/day8/dockerfile-for-dev-ci-image/dev-ci:0.0.13
10
10
credentials :
11
11
username : ${{ github.actor }}
12
- password : ${{ env .GLOBAL_TOKEN_FOR_GITHUB }}
12
+ password : ${{ secrets .GLOBAL_TOKEN_FOR_GITHUB }}
13
13
steps :
14
14
- uses : actions/checkout@v2
15
15
- name : Maven cache
You can’t perform that action at this time.
0 commit comments