Skip to content

Commit

Permalink
add zoom link (#83)
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <[email protected]>
  • Loading branch information
cre8 authored Jul 11, 2024
1 parent d21d22e commit 85dee2c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,11 @@ jobs:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
INPUT_PUSH: true

# Upload the extension
- name: Upload Chrome extension
if: ${{ hashFiles('dist/apps/holder-browser-extension') != ''}}
uses: actions/upload-artifact@v4
with:
name: chrome-extension
path: dist/apps/holder-browser-extension
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,3 @@ jobs:
name: playwright-results
path: dist/.playwright
retention-days: 30

# Upload the extension
- name: Upload Chrome extension
if: ${{ hashFiles('dist/apps/holder-browser-extension') != ''}}
uses: actions/upload-artifact@v4
with:
name: chrome-extension
path: dist/apps/holder-browser-extension
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ credhub is comprehensive monorepo including a cloud wallet for natural persons t
# Getting Started
Documentation on how to get started with credhub can be found at [https://credhub.eu](https://credhub.eu)

# Virtual meetings
There is a bi weekly virtual meeting to discuss the progress of the project. You can get a calendar invite [here](https://zoom-lfx.platform.linuxfoundation.org/meeting/93045942637?password=2c738e22-bb7b-44a7-aab1-e98fa7fc82f6)

# Contributing
If you would like to contribute to the project, please read our [contributing guide](./CONTRIBUTING.md).

Expand Down

0 comments on commit 85dee2c

Please sign in to comment.