Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.

ci: scope down GitHub Token permissions - #88

Closed
AdnaneKhan wants to merge 1 commit into
aws:mainfrom
AdnaneKhan:update/scopedown-token
Closed

ci: scope down GitHub Token permissions#88
AdnaneKhan wants to merge 1 commit into
aws:mainfrom
AdnaneKhan:update/scopedown-token

Conversation

@AdnaneKhan

Copy link
Copy Markdown

Scope Down GitHub Token Permissions

This PR updates GitHub Actions workflows to use minimal required permissions instead of the default elevated permissions.

Why This Matters

Following the principle of least privilege, workflows should only have the specific permissions they need to function.

Changes

This PR adds explicit permissions: blocks to workflows that currently rely on default permissions, scoping them down to only what's required for their operations.

Please review the changes to ensure the specified permissions match your workflow requirements.

@AdnaneKhan
AdnaneKhan marked this pull request as ready for review October 21, 2025 20:38
@AdnaneKhan
AdnaneKhan requested a review from a team as a code ownerOctober 21, 2025 20:38
@AdnaneKhanAdnaneKhan closed this by deleting the head repository Dec 8, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@AdnaneKhan