1
0
mirror of synced 2026-08-06 02:08:01 +00:00

Polish gh-11367

This commit is contained in:
Steve Riesenberg
2022-07-26 15:31:10 -05:00
parent 8f93a7fc94
commit 3f4efedd23
6 changed files with 32 additions and 5 deletions
@@ -9,11 +9,17 @@ env:
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
GRADLE_ENTERPRISE_SECRET_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
permissions:
contents: read
jobs:
update_scheduled_release_version:
name: Initiate Release If Scheduled
if: ${{ github.repository == 'spring-projects/spring-security' }}
runs-on: ubuntu-latest
permissions:
contents: read
actions: read
steps:
- id: checkout-source
name: Checkout Source Code