File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
uses : actions/checkout@v3
16
16
with :
17
17
repository : laravel-frontend-presets/paper-dashboard
18
- token : ${{ secrets.CT_TOKEN }}
18
+ token : ${{ secrets.TOKEN_CT }}
19
19
- run : |
20
20
git config --global user.name "CI Bot"
21
21
git config --global user.email "[email protected] "
22
- git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/creativetimofficial/paper-dashboard-laravel
22
+ git remote add upstream https://${{ secrets.TOKEN_CT }}@github.com/creativetimofficial/paper-dashboard-laravel
23
23
git fetch --all
24
24
git checkout upstream/master
25
25
git pull upstream/master
@@ -31,11 +31,11 @@ jobs:
31
31
uses : actions/checkout@v3
32
32
with :
33
33
repository : creativetimofficial/paper-dashboard-laravel
34
- token : ${{ secrets.CT_TOKEN }}
34
+ token : ${{ secrets.TOKEN_CT }}
35
35
- run : |
36
36
git config --global user.name "CI Bot"
37
37
git config --global user.email "[email protected] "
38
- git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/laravel-frontend-presets/paper-dashboard
38
+ git remote add upstream https://${{ secrets.TOKEN_CT }}@github.com/laravel-frontend-presets/paper-dashboard
39
39
git fetch --all
40
40
git checkout upstream/master
41
41
git pull upstream/master
You can’t perform that action at this time.
0 commit comments