Skip to content

chore: adding Build and deploy VC-API prototype #1

chore: adding Build and deploy VC-API prototype

chore: adding Build and deploy VC-API prototype #1

Workflow file for this run

name: Build and deploy VC-API
on: [push, workflow_dispatch]
jobs:
cancel-previous:
name: 'Cancel Previous Runs'
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
unique_id:
runs-on: ubuntu-latest
steps:
- name: Generate unique id
id: unique_id
run: echo "id=$(uuidgen) >> $GITHUB_OUTPUT"
outputs:
unique_id: ${{ steps.unique_id.outputs.id }}