Skip to content

Commit c6b6a82

Browse files
committed
zulip-ci: Remove /__w permission twiddling.
See zulip/zulip#19968. Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 4787834 commit c6b6a82

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/zulip-ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,6 @@ jobs:
5858
HOME: /home/github/
5959

6060
steps:
61-
- name: Add required permissions
62-
run: |
63-
# The checkout actions doesn't clone to ~/zulip or allow
64-
# us to use the path option to clone outside the current
65-
# /__w/zulip/zulip directory. Since this directory is owned
66-
# by root we need to change it's ownership to allow the
67-
# github user to clone the code here.
68-
# Note: /__w/ is a docker volume mounted to $GITHUB_WORKSPACE
69-
# which is /home/runner/work/.
70-
sudo chown -R github .
71-
72-
# This is the GitHub Actions specific cache directory the
73-
# the current github user must be able to access for the
74-
# cache action to work. It is owned by root currently.
75-
sudo chmod -R 0777 /__w/_temp/
76-
7761
- name: 'Checkout python-zulip-api'
7862
uses: actions/checkout@v2
7963
with:

0 commit comments

Comments
 (0)