Skip to content

Update Generated Deps #353

Update Generated Deps

Update Generated Deps #353

# This file was generated using a Kotlin DSL.
# If you want to modify the workflow, please change the Kotlin source and regenerate this YAML file.
# Generated with https://github.com/typesafegithub/github-workflows-kt
name: 'Update Generated Deps'
on:
schedule:
- cron: '53 5 * * *'
workflow_dispatch: {}
env:
MYKOTLIBS_signing_keyId: '${{ secrets.MYKOTLIBS_signing_keyId }}'
MYKOTLIBS_signing_password: '${{ secrets.MYKOTLIBS_signing_password }}'
MYKOTLIBS_signing_key: '${{ secrets.MYKOTLIBS_signing_key }}'
MYKOTLIBS_ossrhUsername: '${{ secrets.MYKOTLIBS_ossrhUsername }}'
MYKOTLIBS_ossrhPassword: '${{ secrets.MYKOTLIBS_ossrhPassword }}'
MYKOTLIBS_sonatypeStagingProfileId: '${{ secrets.MYKOTLIBS_sonatypeStagingProfileId }}'
jobs:
update-generated-deps:
runs-on: 'ubuntu-latest'
permissions:
contents: 'write'
steps:
- id: 'step-0'
uses: 'actions/checkout@v4'
- id: 'step-1'
name: 'Set up JDK'
uses: 'actions/setup-java@v4'
with:
java-version: '23'
distribution: 'zulu'
- id: 'step-2'
uses: 'gradle/actions/setup-gradle@v4'
- id: 'step-3'
name: 'updateGeneratedDeps'
run: './gradlew updateGeneratedDeps --no-configuration-cache --no-parallel'
- id: 'step-4'
name: 'Add and commit file'
uses: 'EndBug/add-and-commit@v9'
with:
add: 'src/main/kotlin/deps/Deps.kt'
default_author: 'user_info'