Skip to content

Commit

Permalink
Add setgid bit in commands in GitHub action.
Browse files Browse the repository at this point in the history
  • Loading branch information
awagner-mainz committed Sep 29, 2023
1 parent 53dc25a commit b7fe709
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:

- run: mkdir data

- run: chmod -R 777 data # user in container is node which won't have write access to public
- run: chmod -R 2777 data # user in container is node which won't have write access to public

- run: chmod -R 2777 public # user in container is node which won't have write access to public

- run: git clone https://github.com/mpilhlt/vocabs-worktime.git

Expand Down

0 comments on commit b7fe709

Please sign in to comment.