Skip to content

fix(ci): use pypi environment secrets for Docker/AUR/Homebrew - #159

Merged
ulises-jeremias merged 1 commit into
mainfrom
fix/use-pypi-environment-secrets
Jul 16, 2026
Merged

fix(ci): use pypi environment secrets for Docker/AUR/Homebrew#159
ulises-jeremias merged 1 commit into
mainfrom
fix/use-pypi-environment-secrets

Conversation

@ulises-jeremias

Copy link
Copy Markdown
Member

Summary

  • Add environment: pypi to publish-docker.yml, publish-aur.yml, and notify-homebrew.yml
  • Document that distribution secrets live on the pypi environment (not repo Action secrets)

Test plan

  • gh workflow run "Publish Docker image" -f version=0.1.0
  • gh workflow run "Notify Homebrew tap" -f version=0.1.0
  • gh workflow run "Publish to AUR" -f version=0.1.0
  • All three succeed using environment secrets

Made with Cursor

Docker, Homebrew notify, and AUR publish already store credentials as
environment secrets on `pypi`; wire environment: pypi so jobs can see them.
@ulises-jeremias
ulises-jeremias merged commit 43df114 into mainJul 16, 2026
9 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ulises-jeremias