Skip to content

Commit

Permalink
use public workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
zsbutosi committed Nov 16, 2023
1 parent bbb608f commit 4ae359f
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions .github/workflows/gradle-dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,24 @@ on:

jobs:
build:
uses: get-bridge/gradle-dependency-submission-action/.github/workflows/[email protected]
with:
gradle-build-module: 'buildSrc'
secrets:
github-actor: ${{ secrets.GIT_HUB_PACKAGES_ACTOR }}
github-token: ${{ secrets.GIT_HUB_PACKAGES_TOKEN }}
name: Dependencies
runs-on: ubuntu-latest
permissions: # The Dependency Submission API requires write permission
contents: write
steps:
- name: Checkout Repository
uses: actions/[email protected]

- name: Setup Java
uses: actions/[email protected]
with:
distribution: temurin
java-version: 17

- name: Run snapshot action
uses: mikepenz/[email protected]
with:
use-gradlew: true
gradle-build-module: buildSrc
sub-module-mode: COMBINED
include-build-environment: true

0 comments on commit 4ae359f

Please sign in to comment.