Skip to content

Commit

Permalink
Update permissions for workflows (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
sovrasov authored Jun 11, 2024
1 parent 0a833ea commit 8fd7edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_accuracy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: test_accuracy
permissions: read-all
on: pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_precommit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: test_precommit
permissions: read-all
on: pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 8fd7edd

Please sign in to comment.