Skip to content

Commit

Permalink
Merge pull request input-output-hk#1370 from input-output-hk/ensemble…
Browse files Browse the repository at this point in the history
…/fix-release-crates-credentials

Fix crates.io release credentials
  • Loading branch information
jpraynaud authored Nov 27, 2023
2 parents 2f8748b + d743e96 commit c7c1e19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ jobs:
include:
- package: mithril-stm
api_token_secret_name: CRATES_IO_API_TOKEN
- package: mithril-common
api_token_secret_name: CRATES_IO_API_TOKEN_MITHRIL_COMMON
- package: mithril-client
api_token_secret_name: CRATES_IO_API_TOKEN_MITHRIL_CLIENT

runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit c7c1e19

Please sign in to comment.