Skip to content

Commit

Permalink
Merge pull request intel#94 from hao-yao/dfsg
Browse files Browse the repository at this point in the history
ci: Fix Github token permissions restriction
  • Loading branch information
hao-yao authored Feb 26, 2024
2 parents 46efbcb + 1b975c9 commit 8af98c0
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 8af98c0

Please sign in to comment.