Skip to content

Commit 3e29d50

Browse files
committed
Fixing GPG Key name for Create Release Bundle step
1 parent 0dfe1a4 commit 3e29d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
run: |
115115
echo '{ "files": [ {"build": "'"${{ vars.BUILD_NAME }}/${{ github.run_number }}"'" } ] }' > bundle-spec.json
116116
jf release-bundle-create ${{ vars.BUNDLE_NAME }} ${{ github.run_number }} \
117-
--signing-key "${{ secrets.PRIVATE_KEY_NAME }}" \
117+
--signing-key "${{ secrets.GPG_KEY_NAME }}" \
118118
--spec bundle-spec.json \
119119
--sync=true
120120
NAME_LINK=${{ vars.ARTIFACTORY_URL }}'/ui/artifactory/lifecycle/?bundleName='${{ vars.BUNDLE_NAME }}'&bundleToFlash='${{ vars.BUNDLE_NAME }}'&repositoryKey=example-project-release-bundles-v2&activeKanbanTab=promotion'

0 commit comments

Comments
 (0)