Skip to content

Merge pull request #45 from eclipse-thingweb/dependabot/gradle/plugin… #82

Merge pull request #45 from eclipse-thingweb/dependabot/gradle/plugin…

Merge pull request #45 from eclipse-thingweb/dependabot/gradle/plugin… #82

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Deutsche Telekom AG
#
# SPDX-License-Identifier: Apache-2.0
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle
name: build-publish
on:
push:
branches: [ master ]
jobs:
build-publish:
uses: eclipse-lmos/.github/.github/workflows/gradle-ci-main.yml@main
permissions:
contents: write
packages: write
secrets:
oss-username: ${{ secrets.OSSRH_USERNAME }}
oss-password: ${{ secrets.OSSRH_PASSWORD }}
signing-key-id: ${{ secrets.GPG_SUBKEY_ID }}
signing-key: ${{ secrets.GPG_PRIVATE_KEY }}
signing-key-password: ${{ secrets.GPG_PASSPHRASE }}