Skip to content

Commit

Permalink
ci: More permissions fun
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert committed Feb 28, 2024
1 parent 542de36 commit db59697
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/data-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Fetch GTFS-Feeds
run: |
sudo chown 1000:1000 -R out/ downloads/
sudo chmod 777 .
docker run -v $PWD:/transitous -w /transitous transitous ci/fetch-feeds.py timer
docker run -v $PWD:/transitous -w /transitous transitous src/generate-attribution.py
Expand Down

0 comments on commit db59697

Please sign in to comment.