Skip to content

Commit

Permalink
Merge pull request #8104 from OpenMined/update_token
Browse files Browse the repository at this point in the history
Added permission to home directory
  • Loading branch information
rasswanth-s authored Sep 21, 2023
2 parents fa78869 + da5935d commit 6b87240
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd-syft-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
deploy-syft-dev:
runs-on: om-ci-16vcpu-ubuntu2204
steps:
- name: Permission to home directory
run: |
sudo chown -R $USER:$USER $HOME
- uses: actions/checkout@v4

# Checkout Infra repo (nested)
Expand Down

0 comments on commit 6b87240

Please sign in to comment.