Skip to content

Commit 35dbd1e

Browse files
authored
Update publishing-package-distribution-releases-using-github-actions-ci-cd-workflows.rst
1 parent f6c0291 commit 35dbd1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ Firstly, it uses the `sigstore/gh-action-sigstore-python GitHub Action`_
169169
to sign the distribution packages. In the next step, an empty GitHub Release
170170
from the current tag is created using the ``gh`` CLI. Note this step can be further
171171
customised. See the `gh release documentation <https://cli.github.com/manual/gh_release>`_
172-
as a reference.
172+
as a reference. To enable writing to GitHub Release you may need to manage your ``GITHUB_TOKEN``
173+
permissions, see the `GitHub documentation <https://docs.github.com/en/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>`_.
173174

174175
Finally, the signed distributions are uploaded to the GitHub Release.
175176

0 commit comments

Comments
 (0)