Skip to content

Commit

Permalink
chore(ci): update permissions for unit test workflow (#1903)
Browse files Browse the repository at this point in the history
This commit updates the `GITHUB_TOKEN` permission for the unit test workflow.

Signed-off-by: Vibhu Prashar <[email protected]>
  • Loading branch information
vprashar2929 authored Jan 7, 2025
1 parent b4ca767 commit 7d99cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
pull-requests: write
contents: read
repository-projects: write
packages: write
packages: read

jobs:
unit_test:
Expand Down

0 comments on commit 7d99cf1

Please sign in to comment.