We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f89e90 commit a1e3c20Copy full SHA for a1e3c20
.github/workflows/publish.yml
@@ -1,4 +1,4 @@
1
-name: Publish
+name: Release
2
3
on:
4
workflow_dispatch:
@@ -12,11 +12,15 @@ on:
12
required: true
13
14
jobs:
15
- publish:
16
- name: Publish
17
- uses: redis-field-engineering/redis-github-workflows/.github/workflows/publish-maven.yml@main
+ release:
+ name: Release
+ uses: redis-field-engineering/redis-github-workflows/.github/workflows/publish.yml@main
18
with:
19
branch: ${{ github.event.inputs.branch }}
20
version: ${{ github.event.inputs.version }}
21
secrets:
22
- github-token: ${{ secrets.GIT_ACCESS_TOKEN }}
+ 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 }}
0 commit comments