Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed Sep 29, 2023
1 parent cc4f378 commit ca23e98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Maven Release
on:
workflow_dispatch:
inputs:
pat:
description: "Personal access token"
required: true
type: string
version:
description: "Version number"
required: true
Expand All @@ -11,4 +15,5 @@ jobs:
uses: RegioneER/parer-github-template/.github/workflows/release.yml@v1
with:
version: ${{ inputs.version }}
pat: ${{ inputs.pat }}
java: '8'

0 comments on commit ca23e98

Please sign in to comment.