-
-
Notifications
You must be signed in to change notification settings - Fork 310
docs(github_actions): improve github action tutorial page #1782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1782 +/- ##
=======================================
Coverage 97.88% 97.88%
=======================================
Files 60 60
Lines 2606 2606
=======================================
Hits 2551 2551
Misses 55 55 ☔ View full report in Codecov by Sentry. |
954ce5d to
24840e6
Compare
60f18f9 to
bc30e65
Compare
docs/tutorials/github_actions.md
Outdated
| 2. Scroll to the "API tokens" section | ||
| 3. Click "Add API token" | ||
| 4. Give it a name (e.g., "GitHub Actions") | ||
| 5. Set the scope (project-specific or account-wide) | ||
| 6. Click "Add token" and **copy the token immediately** | ||
|
|
||
| Go to `Settings > Secrets > Add new secret` and add the secret: `PYPI_PASSWORD`. | ||
| !!! tip "Using API tokens" | ||
| PyPI API tokens are more secure than passwords. Use `__token__` as the username and the token as the password. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's suggest using trusted publisher insetad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done. please review
bc30e65 to
22cd08d
Compare
Update tutorial for github actions.
Follow up: should we consider to move the commitizen-action descriptions (features, variables, etc.) to the main documentation site?