diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 25ed7de6..8b188288 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["release"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -24,7 +24,7 @@ concurrency: jobs: # Single deploy job since we're just deploying deploy: - if: ((github.repository == vars.REPOSITORY) || (github.repository == 'bcgov/aries-oca-bundles')) + if: ((github.repository == vars.REPOSITORY) || (github.repository == 'credebl/credebl-aries-oca-bundles')) environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} diff --git a/OCAExplorer/src/components/Form.tsx b/OCAExplorer/src/components/Form.tsx index 10c4c944..9778d433 100644 --- a/OCAExplorer/src/components/Form.tsx +++ b/OCAExplorer/src/components/Form.tsx @@ -15,7 +15,7 @@ import { Clear, UploadFile } from "@mui/icons-material"; import { OverlayBundle } from "@hyperledger/aries-oca/build/types"; const BUNDLE_LIST_URL = - "https://raw.githubusercontent.com/bcgov/aries-oca-bundles/main"; + "https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/release"; const BUNDLE_LIST_PATH = "/ocabundleslist.json"; function Form({