From 684a3829fec950687527f8edbb7486c92f9cca58 Mon Sep 17 00:00:00 2001 From: Mirko Mollik Date: Thu, 11 Jul 2024 11:14:53 +0200 Subject: [PATCH] add zoom link Signed-off-by: Mirko Mollik --- .github/workflows/cd.yml | 8 ++++++++ .github/workflows/ci.yml | 8 -------- README.md | 3 +++ 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 44116428..6dce49e5 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b93ef49c..c9742197 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/README.md b/README.md index af2f3079..956521bc 100644 --- a/README.md +++ b/README.md @@ -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).