Skip to content

Commit

Permalink
ci: Fix Github token permissions restriction
Browse files Browse the repository at this point in the history
Signed-off-by: Hao Yao <[email protected]>
  • Loading branch information
hao-yao committed Feb 26, 2024
1 parent 46efbcb commit 1b975c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:

pull_request:

permissions: {}

jobs:
build:
strategy:
Expand All @@ -14,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
container: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: intel/ipu6-camera-bins
ref: dfsg
Expand All @@ -40,7 +42,7 @@ jobs:
sed 's,ipu6-camera-bins/,./,' | \
sh -x
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: hal

Expand Down

0 comments on commit 1b975c9

Please sign in to comment.