Skip to content

Commit

Permalink
Change CI workflow permission to read
Browse files Browse the repository at this point in the history
Signed-off-by: Ziwen Ning <[email protected]>
  • Loading branch information
ningziwen committed Jan 11, 2024
1 parent bfdb65c commit 05b7786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
paths-ignore:
- '**.md'
permissions:
id-token: write
contents: write
id-token: read
contents: read

jobs:
dockerfile-linter:
Expand Down

0 comments on commit 05b7786

Please sign in to comment.