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:
1515 uses : actions/checkout@v3
1616 with :
1717 repository : laravel-frontend-presets/paper-dashboard
18- token : ${{ secrets.TOKEN_CT }}
18+ token : ${{ secrets.CT_TOKEN }}
1919 - run : |
2020 git config --global user.name "CI Bot"
2121 git config --global user.email "team@mupdivision.com"
22- git remote add upstream https://${{ secrets.TOKEN_CT }}@github.com/creativetimofficial/paper-dashboard-laravel
22+ git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/creativetimofficial/paper-dashboard-laravel
2323 git fetch --all
2424 git checkout upstream/master
2525 git pull upstream/master
@@ -31,11 +31,11 @@ jobs:
3131 uses : actions/checkout@v3
3232 with :
3333 repository : creativetimofficial/paper-dashboard-laravel
34- token : ${{ secrets.TOKEN_CT }}
34+ token : ${{ secrets.CT_TOKEN }}
3535 - run : |
3636 git config --global user.name "CI Bot"
3737 git config --global user.email "team@mupdivision.com"
38- git remote add upstream https://${{ secrets.TOKEN_CT }}@github.com/laravel-frontend-presets/paper-dashboard
38+ git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/laravel-frontend-presets/paper-dashboard
3939 git fetch --all
4040 git checkout upstream/master
4141 git pull upstream/master
You can’t perform that action at this time.
0 commit comments