Skip to content

fix(queue): Use correct id of default Awala Internet Endpoint #996

fix(queue): Use correct id of default Awala Internet Endpoint

fix(queue): Use correct id of default Awala Internet Endpoint #996

Workflow file for this run

name: CI and automated releases
on:
pull_request:
push:
branches: [main]
jobs:
ci:
uses: relaycorp/shared-workflows/.github/workflows/nodejs-knative-ci.yml@main
with:
docker_image_local_name: dev.local/veraid-authority
dockerhub_username: ${{ vars.DOCKERHUB_USERNAME }}
knative_eventing_enabled: false
secrets:
dockerhub_password: ${{ secrets.DOCKERHUB_PASSWORD }}
release:
needs: ci
uses: relaycorp/shared-workflows/.github/workflows/nodejs-knative-release.yml@main
with:
dockerhub_username: ${{ vars.DOCKERHUB_USERNAME }}
secrets:
dockerhub_password: ${{ secrets.DOCKERHUB_PUSH_PASSWORD }}