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 <hao.yao@intel.com>
  • Loading branch information
hao-yao committed Feb 26, 2024
1 parent 9fa05a9 commit 05a2e4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

pull_request:

permissions: {}

jobs:
build:
strategy:
Expand All @@ -16,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
container: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build test for ${{ matrix.version }} on ${{ matrix.os }}
timeout-minutes: 10
run: |
Expand Down

0 comments on commit 05a2e4e

Please sign in to comment.