Skip to content

Commit a385a09

Browse files
committed
fix: use GLOSSARIST_CI_RUBYGEMS_API_KEY secret for release
1 parent fc47af5 commit a385a09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
with:
2626
next_version: ${{ github.event.inputs.next_version }}
2727
secrets:
28-
rubygems-api-key: ${{ secrets.METANORMA_CI_RUBYGEMS_API_KEY }}
28+
rubygems-api-key: ${{ secrets.GLOSSARIST_CI_RUBYGEMS_API_KEY }}
2929
pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}

0 commit comments

Comments
 (0)