OCNS / simselect

https://simselect.fly.dev/
1 stars 3 forks source link

Need admin permission to add secret for GitHub Action #2

Closed mstimberg closed 1 year ago

mstimberg commented 1 year ago

Deployment on fly.io is now automatic via a https://github.com/OCNS/simselect/actions/workflows/deploy.yml, but it doesn't work yet since I have to set the API token as a "secret" for authentification. This requires admin rights on the repository, which I don't have at the moment. @sanjayankur31: I think you are the owner of the repo, could you please give me the permission so that I can provide the token?

sanjayankur31 commented 1 year ago

Given you admin access now. Please close this ticket if that works.

mstimberg commented 1 year ago

Thanks, works like a charm (autodeploys on push to main now: https://github.com/OCNS/simselect/actions/runs/4719476958)