Skip to content

Commit

Permalink
build: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Jan 16, 2024
1 parent e77f662 commit 7fbff2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: |
set +e # Do not exit shell on failure
export GL_PROJECT=deargen-ai/python-project-template-docs
export HTTPS_REMOTE="https://deargen-ai:${{ secrets.GL_PASSWORD }}@gitlab.com/$GL_PROJECT.git"
export HTTPS_REMOTE="https://gitlab-ci-token:${{ secrets.GL_TOKEN }}@gitlab.com/$GL_PROJECT.git"
git config user.name github-actions
git config user.email github-actions@github.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
set +e # Do not exit shell on failure
export GL_PROJECT=deargen-ai/python-project-template-docs
export HTTPS_REMOTE="https://deargen-ai:${{ secrets.GL_PASSWORD }}@gitlab.com/$GL_PROJECT.git"
export HTTPS_REMOTE="https://gitlab-ci-token:${{ secrets.GL_TOKEN }}@gitlab.com/$GL_PROJECT.git"
git config user.name github-actions
git config user.email github-actions@github.com
Expand Down

0 comments on commit 7fbff2d

Please sign in to comment.