Skip to content

Commit 643b211

Browse files
guenpwebknjaz
andauthored
Apply suggestions from code review
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent c766f09 commit 643b211

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,11 @@ as a reference.
173173

174174
.. tip::
175175

176-
You may need to manage your ``GITHUB_TOKEN`` permissions to enable creating the GitHub Release. See the `GitHub documentation <https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#configuring-the-default-github_token-permissions>`_ for instructions. Specifically, the token needs ``contents: write`` permissions.
176+
You may need to manage your ``GITHUB_TOKEN`` permissions to
177+
enable creating the GitHub Release. See the `GitHub
178+
documentation <https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#configuring-the-default-github_token-permissions>`_
179+
for instructions. Specifically, the token needs the
180+
``contents: write`` permission.
177181

178182
Finally, the signed distributions are uploaded to the GitHub Release.
179183

0 commit comments

Comments
 (0)