Skip to content

Commit

Permalink
Limit github action permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
yarrick committed Jul 16, 2024
1 parent 3a81350 commit 0b323f0
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ master ]

permissions:
contents: read

jobs:
build-linux:
runs-on: ubuntu-latest
Expand All @@ -21,18 +24,3 @@ jobs:

- name: Build and run tests
run: make check

# build-macos:
# runs-on: macos-latest
#
# steps:
# - uses: actions/checkout@v4
#
# - name: Install check
# run: brew install check
#
# - name: Build scsniff
# run: make
#
# - name: Build and run tests
# run: make check

0 comments on commit 0b323f0

Please sign in to comment.