Browse Source

Merge branch '1.4.x' into 1.5.x

pull/2124/head
Joe Grandja 5 months ago
parent
commit
8d14e19fc5
  1. 3
      .github/workflows/continuous-integration-workflow.yml
  2. 3
      .github/workflows/pr-build-workflow.yml
  3. 3
      .github/workflows/update-scheduled-release-version.yml

3
.github/workflows/continuous-integration-workflow.yml

@ -11,6 +11,9 @@ on: @@ -11,6 +11,9 @@ on:
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
permissions:
contents: read
jobs:
build:
name: Build

3
.github/workflows/pr-build-workflow.yml

@ -5,6 +5,9 @@ on: @@ -5,6 +5,9 @@ on:
branches:
- '**'
permissions:
contents: read
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}

3
.github/workflows/update-scheduled-release-version.yml

@ -3,6 +3,9 @@ name: Update Scheduled Release Version @@ -3,6 +3,9 @@ name: Update Scheduled Release Version
on:
workflow_dispatch: # Manual trigger only. Triggered by release-scheduler.yml on main.
permissions:
contents: read
jobs:
update-scheduled-release-version:
name: Update Scheduled Release Version

Loading…
Cancel
Save