Skip to content

Commit

Permalink
Restrict token read permissions (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
JooHyukKim committed Apr 3, 2023
1 parent e730c65 commit faa808b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
paths-ignore:
- "README.md"
- "release-notes/*"

permissions:
contents: read

jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit faa808b

Please sign in to comment.