Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #135 from ehn-dcc-development/archival-notice
Browse files Browse the repository at this point in the history
  • Loading branch information
dslmeinte authored Jul 28, 2023
2 parents 9235345 + 6675793 commit 488f61c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [15.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: '15.x'
node-version: "16.x"
- name: Run build script
run: sh build.sh
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
</p>


## IMPORTANT NOTICE

As of July 1st 2023, the EU DCC project has been handed over to the [WHO](https://github.com/WorldHealthOrganization/smart-trust-network-gateway).
The project has therefore been frozen.
This repository will be placed into archival mode.
It will remain available for the foreseeable future - however, it will no longer be actively maintained.


## About

The [Digital COVID Certificate (DCC)](https://ec.europa.eu/info/live-work-travel-eu/coronavirus-response/safe-covid-19-vaccines-europeans/eu-digital-covid-certificate_en) allows to determine whether a person is deemed fit-for-travel into a country-of-arrival (CoA) based on their vaccination, test, and recovery status.
Expand Down

0 comments on commit 488f61c

Please sign in to comment.