Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kspo authored Jan 2, 2024
1 parent ebf556f commit 4148b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
git init
git config --global user.name kspo
git status
git remote add origin https://${{secrets.INSIGHT_TOKEN}}@github.com/kspo/super_cupertino_navigation_bar.git
git remote add origin https://${{secrets.SECRET_TOKEN}}@github.com/kspo/super_cupertino_navigation_bar.git
git checkout -b gh-pages
git add --all
git commit -m "Update web"
Expand Down

0 comments on commit 4148b0f

Please sign in to comment.