Skip to content

Commit

Permalink
Remove write perms
Browse files Browse the repository at this point in the history
  • Loading branch information
ianayl committed Jan 16, 2025
1 parent c77f967 commit c04ccaa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sycl-benchmark-aggregate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ permissions:
jobs:
aggregate:
name: Aggregate average value for all metrics (median)
permissions:
contents: write # for Git to git push
# permissions:
# contents: write # for Git to git push
runs-on: ubuntu-latest
if: github.repository == 'intel/llvm'
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sycl-linux-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,5 +269,5 @@ jobs:
test_aggregate:
name: Testing sycl-benchmark-aggregate.yml (DELETE AFTER)
uses: ./.github/workflows/sycl-benchmark-aggregate.yml
permissions:
contents: write
#permissions:
# contents: write
3 changes: 1 addition & 2 deletions .github/workflows/sycl-linux-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,7 @@ jobs:
# use_igc_dev: true

uses: ./.github/workflows/sycl-linux-benchmark.yml
permissions:
contents: write
permissions: read-all
with:
name: ${{ matrix.name }}
runner: ${{ matrix. runner }}
Expand Down

0 comments on commit c04ccaa

Please sign in to comment.