Skip to content

Commit 19c1fe7

Browse files
fix
1 parent c1e2b82 commit 19c1fe7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/github-actions-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
uses: actions/checkout@v3
1616
with:
1717
repository: laravel-frontend-presets/paper-dashboard
18-
token: ${{ secrets.CT_TOKEN }}
18+
token: ${{ secrets.TOKEN_CT }}
1919
- run: |
2020
git config --global user.name "CI Bot"
2121
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
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.CT_TOKEN }}
34+
token: ${{ secrets.TOKEN_CT }}
3535
- run: |
3636
git config --global user.name "CI Bot"
3737
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
3939
git fetch --all
4040
git checkout upstream/master
4141
git pull upstream/master

0 commit comments

Comments
 (0)