Skip to content

Commit c766f09

Browse files
authored
Fix typo: it should be contents: write
1 parent ac0a64a commit c766f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ 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 ``content.write`` permissions.
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.
177177

178178
Finally, the signed distributions are uploaded to the GitHub Release.
179179

0 commit comments

Comments
 (0)