From 89984287f1650119c6bd7b76728819ae90c2086f Mon Sep 17 00:00:00 2001 From: roman807 Date: Wed, 27 Mar 2024 11:29:35 +0100 Subject: [PATCH 1/6] update badge link --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31bebc4e..46c603e1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ _Oncology FM Evaluation Framework by kaiko.ai_ [![PyPI](https://img.shields.io/pypi/v/kaiko-eva.svg?logo=python)](https://pypi.python.org/pypi/kaiko-eva) -[![CI](https://github.com/kaiko-ai/eva/workflows/CI/badge.svg)](https://github.com/kaiko-ai/eva/actions?query=workflow%3ACI) +[![CI](https://github.com/kaiko-ai/eva/workflows/CI/badge.svg)](https://github.com/kaiko-ai/eva/actions?query=workflow%3ACI+branch%3Amain++) [![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg?labelColor=gray)](https://github.com/kaiko-ai/eva#license)

diff --git a/docs/index.md b/docs/index.md index 636d141d..f34ef275 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,7 +12,7 @@ hide: - + From 53eef5af49d4e9cf15260b29dd8b7ed198e3d809 Mon Sep 17 00:00:00 2001 From: roman807 Date: Wed, 27 Mar 2024 11:33:35 +0100 Subject: [PATCH 2/6] remove ci badge --- README.md | 1 - docs/index.md | 3 --- 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index 46c603e1..345c243f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ _Oncology FM Evaluation Framework by kaiko.ai_ [![PyPI](https://img.shields.io/pypi/v/kaiko-eva.svg?logo=python)](https://pypi.python.org/pypi/kaiko-eva) -[![CI](https://github.com/kaiko-ai/eva/workflows/CI/badge.svg)](https://github.com/kaiko-ai/eva/actions?query=workflow%3ACI+branch%3Amain++) [![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg?labelColor=gray)](https://github.com/kaiko-ai/eva#license)

diff --git a/docs/index.md b/docs/index.md index f34ef275..7ca817b4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,9 +12,6 @@ hide: - - - From 0b4e36298556f5f171848c0d6d7d720024f61dd0 Mon Sep 17 00:00:00 2001 From: ioangatop Date: Wed, 27 Mar 2024 14:56:13 +0100 Subject: [PATCH 3/6] add token --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a7121493..e1326562 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,6 +21,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + token: ${{ secrets.PAT }} - name: Setting up PDM uses: pdm-project/setup-pdm@v4 with: @@ -48,6 +50,7 @@ jobs: uses: actions/checkout@v4 with: lfs: true + token: ${{ secrets.PAT }} - name: Setting up PDM uses: pdm-project/setup-pdm@v4 with: From 66c64b6c12330fcb9ceafa8ff9d10ef73fe40c5b Mon Sep 17 00:00:00 2001 From: ioangatop Date: Wed, 27 Mar 2024 14:57:09 +0100 Subject: [PATCH 4/6] remove pat --- .github/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e1326562..a7121493 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,8 +21,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - token: ${{ secrets.PAT }} - name: Setting up PDM uses: pdm-project/setup-pdm@v4 with: @@ -50,7 +48,6 @@ jobs: uses: actions/checkout@v4 with: lfs: true - token: ${{ secrets.PAT }} - name: Setting up PDM uses: pdm-project/setup-pdm@v4 with: From 43f1775da086bcbbbc6db2395ef4b6b1edcce38d Mon Sep 17 00:00:00 2001 From: ioangatop Date: Wed, 27 Mar 2024 15:01:56 +0100 Subject: [PATCH 5/6] add github secret --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a7121493..f769bdd5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,6 +21,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + token: ${{ secrets.GITHUB_TOKEN }} - name: Setting up PDM uses: pdm-project/setup-pdm@v4 with: @@ -48,6 +50,7 @@ jobs: uses: actions/checkout@v4 with: lfs: true + token: ${{ secrets.GITHUB_TOKEN }} - name: Setting up PDM uses: pdm-project/setup-pdm@v4 with: From f71439531f9b80308ba144810de8becb3a732148 Mon Sep 17 00:00:00 2001 From: ioangatop Date: Wed, 27 Mar 2024 15:21:46 +0100 Subject: [PATCH 6/6] update badges --- README.md | 1 + docs/index.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 345c243f..c5590531 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ _Oncology FM Evaluation Framework by kaiko.ai_ [![PyPI](https://img.shields.io/pypi/v/kaiko-eva.svg?logo=python)](https://pypi.python.org/pypi/kaiko-eva) +[![docs](https://img.shields.io/badge/docs-latest-green)](https://kaiko-ai.github.io/eva/latest) [![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg?labelColor=gray)](https://github.com/kaiko-ai/eva#license)

diff --git a/docs/index.md b/docs/index.md index 7ca817b4..7af81384 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,6 +12,9 @@ hide: + + +