Skip to content

Commit

Permalink
HHH-15468 Set permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
sashashura authored and beikov committed Aug 29, 2022
1 parent 0867972 commit e55f09c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/contributor-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
branches:
- '5.6'

permissions: {} # none

# See https://github.com/hibernate/hibernate-orm/pull/4615 for a description of the behavior we're getting.
concurrency:
# Consider that two builds are in the same concurrency group (cannot run concurrently)
Expand All @@ -25,6 +27,8 @@ concurrency:

jobs:
build:
permissions:
contents: read
name: Java 8
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit e55f09c

Please sign in to comment.