Skip to content

Commit

Permalink
test amendmnet of build permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ianayl committed Sep 17, 2024
1 parent 867e6e6 commit 18ff8b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/sycl-linux-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ jobs:
check_build:
name: Build (if no sycl artifact provided)
uses: ./.github/workflows/sycl-linux-build.yml
permissions: read-all
permissions:
contents: read
with:
build_ref: ${{ github.sha }}
merge_ref: ''
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/sycl-linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ on:
options:
- 3

permissions: read-all
permissions:
contents: read

jobs:
build:
Expand Down

0 comments on commit 18ff8b1

Please sign in to comment.