Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into toggle-json-for-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavinok committed Dec 11, 2023
2 parents b4da5c1 + cbd84f2 commit d9b5284
Show file tree
Hide file tree
Showing 16 changed files with 536 additions and 491 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/delete_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
account-type: org
org-name: ${{ github.repository_owner}}
skip-tags: pr-* , *.*.*
token: ${{ secrets.PACKAGE_DELETE_TOKEN }}
token: ${{ secrets.PAT }}
token-type: 'pat'
3 changes: 2 additions & 1 deletion .github/workflows/on_pr_closed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ jobs:
account-type: org
org-name: ${{ github.repository_owner}}
filter-tags: pr-${{ github.event.number }}
token: ${{ secrets.PACKAGE_DELETE_TOKEN }}
token: ${{ secrets.PAT }}
token-type: 'pat'
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,17 @@ Its open-source foundation makes it easy to integrate digital trust technology i

![Arch Diagram](./docs/assets/traction-flow-chart-1600x900-12162022-01.jpg)

## Play in the Traction Sandbox

Establish your own Traction tenant in a B.C. Government sandbox to issue, hold, present, and verify digital credentials using these [setup instructions](./docs/traction-anoncreds-workshop.md).

**Disclaimer**: On the 1st and 15th of each month, the entire sandbox gets reset and all your work will be gone.

## Start using Traction

**Running Traction**: to run a local instance of traction, see the documentation in [scripts](./scripts/README.md).

**Deploying Traction**: Helm charts for deploying Traction and Endorser to Openshift (BC Gov Traction team specific): [charts](./charts/README.md).
**Deploying Traction**: Helm charts for deploying Traction to Kubernetes: [charts](./charts/README.md).


## What are the benefits of using Traction?
Expand Down
4 changes: 2 additions & 2 deletions charts/traction/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: traction
description: The Traction service allows organizations to verify, hold, and issue verifiable credentials. The Traction Tenant UI allows tenants to manage their agent.
type: application
version: 0.2.6
appVersion: 0.3.5
version: 0.2.7
appVersion: 0.3.6
home: "https://github.com/bcgov/traction"
sources: ["https://github.com/bcgov/traction"]
icon: "https://github.com/bcgov/traction/raw/main/docs/assets/readme-logo.png"
Expand Down
2 changes: 1 addition & 1 deletion charts/traction/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Traction

![version: 0.2.6](https://img.shields.io/badge/Version-0.2.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.5](https://img.shields.io/badge/AppVersion-0.3.5-informational?style=flat-square)
![version: 0.2.7](https://img.shields.io/badge/Version-0.2.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.6](https://img.shields.io/badge/AppVersion-0.3.6-informational?style=flat-square)

The Traction service allows organizations to verify, hold, and issue verifiable credentials.

Expand Down
Loading

0 comments on commit d9b5284

Please sign in to comment.