How to upload csv file for Custom Action when deploying Bot

Hi, I’m deploying Bot using Docker and run in GCP. My actions.py file needs to import data from csv file and I used docker-compose to run actions.py, so now how can I upload this csv file so that my actions.py can import from this?

First I custom actions to return tracker.getslot(“x”), run it with docker and test bot in server, everything works perfect. Then I tried to upload csv file to my Bot in Github, then reconnect rasa x server with github, run docker-compose for actions.py file but after that Bot can not return anything because actions.py not work.

did you get an answer to it?