Skip to content

Commit

Permalink
add dependency submission workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zsbutosi committed Nov 15, 2023
1 parent f99c4e8 commit 7824107
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/gradle-dependency-submission.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Dependency submission
on:
push: {}
# branches: [ main ]
workflow_dispatch:

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 }}

0 comments on commit 7824107

Please sign in to comment.