Skip to content

fix: add explicit permissions to GitHub Actions workflows - #285

Merged
margaretjgu merged 1 commit into
mainfrom
fix/explicit-github-token-permissions
Jul 28, 2026
Merged

fix: add explicit permissions to GitHub Actions workflows#285
margaretjgu merged 1 commit into
mainfrom
fix/explicit-github-token-permissions

Conversation

@flobernd

Copy link
Copy Markdown
Member

InfoSec is changing GITHUB_TOKEN default permissions from read/write to read-only on July 15th. Adding explicit permissions blocks to all workflows that require write access.

Changes

  • .github/workflows/backport.yml: Added permissions: contents: write, pull-requests: write

InfoSec is changing GITHUB_TOKEN default permissions from read/write
to read-only on July 15th. Adding explicit permissions blocks to all
workflows that require write access.
@margaretjgu
margaretjgu merged commit 44e9c1d into main Jul 28, 2026
19 checks passed
@margaretjgu
margaretjgu deleted the fix/explicit-github-token-permissions branch July 28, 2026 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants