Skip to content

Commit

Permalink
fix: updated release to use right rubygems-ap-key #34
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP authored Dec 24, 2024
1 parent 9abf724 commit 520cc0a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Auto-generated by Cimas: Do not edit it manually!
# See https://github.com/metanorma/cimas
name: release

on:
Expand All @@ -20,6 +18,6 @@ jobs:
with:
next_version: ${{ github.event.inputs.next_version }}
secrets:
rubygems-api-key: ${{ secrets.METANORMA_CI_RUBYGEMS_API_KEY }}
pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
rubygems-api-key: ${{ secrets.GLOSSARIST_CI_RUBYGEMS_API_KEY }}
pat_token: ${{ secrets.GLOSSARIST_CI_PAT_TOKEN }}

0 comments on commit 520cc0a

Please sign in to comment.