Skip to content

Commit

Permalink
build: Reduce git token permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
  • Loading branch information
pjbgf committed Mar 2, 2023
1 parent 296eb76 commit eea8521
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/git.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
on: [push, pull_request]
name: Git Compatibility
permissions:
contents: read

jobs:
test:
strategy:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
on: [push, pull_request]
name: Test
permissions:
contents: read

jobs:
version-matrix:
strategy:
Expand Down

0 comments on commit eea8521

Please sign in to comment.