Skip to content

Commit 18dc63f

Browse files
dbieberclaude
andauthored
Change repository ownership to pi user (#110)
* Change ownership of GoNoteGo repo to pi user This ensures that the GoNoteGo repository files are owned by the pi user instead of root, while leaving the supervisord.conf file unchanged. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Simplify repository ownership change Use a simpler chown -R command to change ownership of the entire repository to the pi user without any exclusions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Move chown command to after all repository modifications Relocate the ownership change to after all GoNoteGo repository modifications are complete to ensure no files remain owned by root. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Simplify repository ownership comment Make the comment more concise and timeless. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3027fc4 commit 18dc63f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ jobs:
125125
126126
mkdir /home/pi/secrets
127127
echo "Manually transfer secrets to /home/pi/secrets."
128+
129+
# Ensure repository is owned by pi user instead of root
130+
chown -R pi:pi /home/pi/code/github/dbieber/GoNoteGo
128131
129132
echo "Install geckodriver to known location"
130133
cd

0 commit comments

Comments
 (0)