Skip to content

Commit

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

0 comments on commit 678ae6c

Please sign in to comment.