File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 1- name : Publish
1+ name : Release
22
33on :
44 workflow_dispatch :
1212 required : true
1313
1414jobs :
15- publish :
16- name : Publish
17- uses : redis-field-engineering/redis-github-workflows/.github/workflows/publish-maven .yml@main
15+ release :
16+ name : Release
17+ uses : redis-field-engineering/redis-github-workflows/.github/workflows/publish.yml@main
1818 with :
1919 branch : ${{ github.event.inputs.branch }}
2020 version : ${{ github.event.inputs.version }}
2121 secrets :
22- github-token : ${{ secrets.GIT_ACCESS_TOKEN }}
22+ github-user : ${{ secrets.GIT_USER }}
23+ github-token : ${{ secrets.GIT_ACCESS_TOKEN }}
24+ gpg-passphrase : ${{ secrets.GPG_PASSPHRASE }}
25+ gpg-public-key : ${{ secrets.GPG_PUBLIC_KEY }}
26+ gpg-secret-key : ${{ secrets.GPG_SECRET_KEY }}
You can’t perform that action at this time.
0 commit comments