Skip to content

Commit

Permalink
fix: missing creds
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Kowal committed Oct 4, 2024
1 parent 70e8db4 commit aa9c833
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update-python-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,10 @@ jobs:
cd backend
uv sync --upgrade
- name: Git config
- name: Check for uv.lock changes
run: |
git config --global user.name "Jordan-Kowal"
git config --global user.email "kowaljordan@gmail.com"
- name: Check for uv.lock changes
run: |
git add ./backend/uv.lock
if git diff --cached --exit-code --quiet; then
echo "No changes in uv.lock"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ Simply follow these steps to get started:
- Replace all occurrences of `django_react_starter` with `your_project_name`
- Replace all occurrences of `django-react-starter` with `your-project-name`
- Replace all occurrences of `Django React Starter` with `Your Project Name`
- Provide a `PAT_FOR_ACTIONS` token in your GitHub repository secrets (used in GitHub actions)
- Replace all occurrences of `Jordan-Kowal` with `Your GitHub Username` (used in GitHub actions)
- Replace all occurrences of `kowaljordan@gmail.com` with `email address` (used in GitHub actions)
- Replace all occurrences of `kowaljordan@gmail.com` with `email address`
- Update whatever you see fit
- Use `docker-compose up` to run the application locally
- Deployment:
Expand Down

0 comments on commit aa9c833

Please sign in to comment.