biocompute-objects / portal_userdb

1 stars 1 forks source link

Django CI issue #380

Closed tiwa1154 closed 2 months ago

tiwa1154 commented 4 months ago

https://github.com/biocompute-objects/portal_userdb/actions/workflows/django.yml

Reeya123 commented 3 months ago

Update on the task:

As discussed, I updated the yaml file to create a temporary file to store the secrets and have Django read from that file. This way the secrets are available during the test run while keeping them secure.

I noticed that everytime I try to update the secrets and save it, it tends to disappear. Confirmed the issue with Tianyi.

Troubleshooting the issue.