We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef2d23 commit 9f6ed02Copy full SHA for 9f6ed02
1 file changed
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
full_version: ${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}
33
tag_name: ${{ steps.release.outputs.tag_name }}
34
run: |
35
- gpg --allow-secret-key-import --import <<< "$PRIVATE_SIGNING_KEY"
+ gpg --allow-secret-key-import --import <<< "${{ secrets.PRIVATE_SIGNING_KEY }}"
36
git remote set-url origin https://github-actions:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}
37
git config commit.gpgsign true
38
git config --global user.name ueokande
0 commit comments