Add workflows permission options for GitHub token#41141
Add workflows permission options for GitHub token#41141simonw wants to merge 1 commit intogithub:mainfrom
Conversation
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
There was a problem hiding this comment.
Pull Request Overview
This PR adds documentation for the workflows permission available to GITHUB_TOKEN in GitHub Actions. The permission allows workflows to trigger other workflows.
- Adds the
workflows: write|nonepermission to the list of available GITHUB_TOKEN permissions
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
A stale label has been added to this pull request because it has been open 30 days with no activity. If you think this pull request should remain open, please add a new comment. |
Why:
Closes:
What's being changed (if available, include any code snippets, screenshots, or gifs):
Adds
workflows: writeto the list of permissions.Check off the following: