Skip to content

Commit

Permalink
added artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
tanya-sinha_atko committed Oct 28, 2024
1 parent 67586dd commit d136bb2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: ./.github/workflows/rl-secure.yml
with:
java-version: 8.0.382-tem
artifact-name: 'mvc-auth-commons-1.11.0-SNAPSHOT.jar' ## Will change respective to Repository
artifact-name: 'mvc-auth-commons-${{ steps.get_version.outputs.version }}.jar'
secrets:
RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }}
RLSECURE_SITE_KEY: ${{ secrets.RLSECURE_SITE_KEY }}
Expand Down
14 changes: 8 additions & 6 deletions .github/workflows/rl-secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,21 @@ on:
java-version:
required: true
type: string
is-android:
artifact-name:
required: true
type: string
secrets:
ossr-username:
RLSECURE_LICENSE:
required: true
ossr-password:
RLSECURE_SITE_KEY:
required: true
signing-key:
SIGNAL_HANDLER_TOKEN:
required: true
signing-password:
PRODSEC_TOOLS_USER:
required: true
github-token:
PRODSEC_TOOLS_TOKEN:
required: true
PRODSEC_TOOLS_ARN:
required: true

jobs:
Expand Down

0 comments on commit d136bb2

Please sign in to comment.