Skip to content

Commit 812341b

Browse files
authored
use fingerprint from secrets (#22)
1 parent 6c59cea commit 812341b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
env:
3939
# GitHub sets the GITHUB_TOKEN secret automatically.
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41-
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
41+
GPG_FINGERPRINT: ${{ secrets.FINGERPRINT }}

0 commit comments

Comments
 (0)