Skip to content

Commit

Permalink
feat: update GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Jul 22, 2024
1 parent 609122e commit 8d8a629
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ on:

jobs:
rake:
uses: metanorma/ci/.github/workflows/graphviz-rake.yml@main
uses: metanorma/ci/.github/workflows/generic-rake.yml@main
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
with:
next_version: ${{ github.event.inputs.next_version }}
secrets:
rubygems-api-key: ${{ secrets.LUTAML_CI_RUBYGEMS_API_KEY }}
pat_token: ${{ secrets.LUTAML_CI_PAT_TOKEN }}
rubygems-api-key: ${{ secrets.RIBOSE_RUBYGEMS_API_KEY }}
pat_token: ${{ secrets.RIBOSE_CI_PAT_TOKEN }}

0 comments on commit 8d8a629

Please sign in to comment.