Skip to content

Update Generated Deps #79

Update Generated Deps

Update Generated Deps #79

# 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: '0 8 * * 1'
workflow_dispatch: {}
jobs:
update-generated-deps:
runs-on: 'ubuntu-latest'
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 }}'
permissions:
contents: 'write'
steps:
- id: 'step-0'
uses: 'actions/checkout@v4'
- id: 'step-1'
name: 'Set up JDK'
uses: 'actions/setup-java@v3'
with:
java-version: '21'
distribution: 'zulu'
- id: 'step-2'
name: 'updateGeneratedDeps'
uses: 'gradle/gradle-build-action@v2'
with:
arguments: 'updateGeneratedDeps'
- id: 'step-3'
name: 'Commit'
uses: 'EndBug/add-and-commit@v9'
with:
add: 'src/main/kotlin/deps/Deps.kt'