Add Adjutorix guided product experience shell (#214) #248
This file contains hidden or 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: ADJUTORIX v1.2.0 Release Artifact Digest Finality | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| jobs: | |
| finality: | |
| name: finality | |
| runs-on: ubuntu-latest | |
| env: | |
| GH_TOKEN: ${{ github.token }} | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 0 | |
| - name: Assert ADJUTORIX v1.2.0 release artifact digest finality | |
| run: node scripts/release/assert-adjutorix-v120-release-artifact-digest-finality.mjs |