feat(rust): Upgrade the Catalyst Key Id to be a more general Catalyst ID which can be used both as a Key ID and a registration ID. #1164
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
permissions: | |
id-token: write | |
contents: write | |
packages: write | |
pull-requests: write | |
jobs: | |
ci: | |
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.5.1 | |
with: | |
forge_version: 0.8.0 | |
test_reporting: | |
if: always() | |
needs: ci | |
uses: ./.github/workflows/generate-allure-report.yml |