Skip to content

Commit

Permalink
correct base workflow permissions (#6213)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 authored Aug 15, 2024
1 parent 5e8d8ef commit 491e68e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-ot-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ concurrency:
group: ${{ github.ref_name }}-ot-build
cancel-in-progress: true

permissions:
contents: read

jobs:
build-docker:
name: Build Docker Image
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-ubi-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ concurrency:
group: ${{ github.ref_name }}-ubi-ppc64le-build
cancel-in-progress: true

permissions:
contents: read

jobs:
checks:
name: Check versions
Expand Down

0 comments on commit 491e68e

Please sign in to comment.