Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci-prb.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: PR Builder
permissions:
contents: read
on:
pull_request:
branches: [ main ]
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/ci-release-javadocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Javadoc Builder
permissions:
contents: read
on:
release:
types: [published]
permissions:
pages: write
id-token: write
jobs:
build:
name: Javadoc Builder
Expand All @@ -29,6 +28,9 @@ jobs:
with:
path: build/docs/javadoc
deploy:
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Release Builder
permissions:
contents: read
on:
release:
types: [published]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Snapshot Builder
permissions:
contents: read
on:
push:
branches: [ main ]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: "Validate Gradle Wrapper"
permissions:
contents: read
on: [push, pull_request]

jobs:
Expand Down
Loading