Skip to content

Commit

Permalink
fix(ci): reallow nobody account
Browse files Browse the repository at this point in the history
  • Loading branch information
javalsai committed Dec 25, 2024
1 parent 4fb2bb2 commit 874f6f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- uses: actions/checkout@v4

- run: |
chage -E -1 nobody
passwd -u nobody
cd "assets/pkg/aur"
chown nobody:nobody . -R
su - -s /bin/bash nobody -c "$PWD/update-pkgs.sh ${{ inputs.version }}"
Expand Down
Binary file added build-amd64.zip
Binary file not shown.
Binary file added lidm-amd64
Binary file not shown.

2 comments on commit 874f6f9

@javalsai
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since that su'ed on https://github.com/javalsai/lidm-workflow-tests/actions/runs/12496829332/job/34868927013 (even tho curl didn't work), I'd assume it works.

aaaand aaaw shucks i committed a test binary and zip

@javalsai
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

help i detached head

Please sign in to comment.