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 e0615b1 commit 2e95928
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/contributor-build.yml
Expand Up @@ -14,6 +14,8 @@ on:
branches:
- '6.0'

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 11
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 2e95928

Please sign in to comment.