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
With the addition of cd.yml, publishes/releases can now be automatic. However, for the CD process to work, a PyPI API token must be added to repo secrets under the key PYPI_API_TOKEN.
I am aware of how the token system works (and w.r.t. GitHub Actions), but I do appreciate the guidance; there were a lot of changes in the core PR so I'm realizing how behind I was on working through some of the consequences.
@soynatan Unfortunately I do not have enough permissions on Github to access the repo settings and thus not the secret settings. I did make a token via PyPI, but I'm stuck at this point.
With the addition of
cd.yml
, publishes/releases can now be automatic. However, for the CD process to work, a PyPI API token must be added to repo secrets under the keyPYPI_API_TOKEN
.This should be added under actions secrets:
https://github.com/soynatan/django-easy-audit/settings/secrets/actions
The text was updated successfully, but these errors were encountered: