You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could do docker.yml action be somehow modified and run/executed only if some env variable is set (or secret present)? Currently, after forking the repo (to create a PR) I got the action run as well and it fails as I don't have the secrets set... I think that conditional run would be better instead of pushing MB of data to docker hub each day?
I naively added if: github.repository == 'miniflux/v2' in my fork -- would that be sufficient (to make PR) or better solution would be required? (from what I read it's not possible to use conditions based on secrets - only on environment variables so using env.var would require changing main miniflux repo configuration)
The text was updated successfully, but these errors were encountered:
From my comment in #839
Could do docker.yml action be somehow modified and run/executed only if some env variable is set (or secret present)? Currently, after forking the repo (to create a PR) I got the action run as well and it fails as I don't have the secrets set... I think that conditional run would be better instead of pushing MB of data to docker hub each day?
I naively added
if: github.repository == 'miniflux/v2'
in my fork -- would that be sufficient (to make PR) or better solution would be required? (from what I read it's not possible to use conditions based on secrets - only on environment variables so using env.var would require changing main miniflux repo configuration)The text was updated successfully, but these errors were encountered: