Skip to content

Commit

Permalink
declare default permissions as read only
Browse files Browse the repository at this point in the history
Signed-off-by: Navin Chandra <[email protected]>
  • Loading branch information
navin772 authored Oct 18, 2024
1 parent 1b8ab71 commit 524000e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-merge-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
types:
- completed

# Declare default permissions as read only.
permissions: read-all

jobs:
merge-coverage-files:
name: Download and merge files
Expand Down Expand Up @@ -74,4 +77,4 @@ jobs:

- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 524000e

Please sign in to comment.