From 752a014bfe2d30d037c10bf2b948680802ca26ac Mon Sep 17 00:00:00 2001 From: Gaurav Abbi Date: Mon, 18 May 2026 14:29:56 +0200 Subject: [PATCH 1/2] Add permissions for following GitHub Actions - build-docker-sample-extension-java.yml - markdown-links.yml - followup for #680 --- .github/workflows/build-docker-sample-extension-java.yml | 4 ++++ .github/workflows/markdown-links.yml | 3 +++ 2 files changed, 7 insertions(+) diff --git a/.github/workflows/build-docker-sample-extension-java.yml b/.github/workflows/build-docker-sample-extension-java.yml index e08dff234..71d4438b4 100644 --- a/.github/workflows/build-docker-sample-extension-java.yml +++ b/.github/workflows/build-docker-sample-extension-java.yml @@ -8,6 +8,10 @@ on: workflow_dispatch: schedule: - cron: '0 0 * * 0' + +permissions: + contents: read + env: SAMPLE_NAME: sample-extension-java jobs: diff --git a/.github/workflows/markdown-links.yml b/.github/workflows/markdown-links.yml index 47de68bbc..709a136a7 100644 --- a/.github/workflows/markdown-links.yml +++ b/.github/workflows/markdown-links.yml @@ -11,6 +11,9 @@ on: - 'external-images.yaml' workflow_dispatch: +permissions: + contents: read + jobs: markdown-link-check: runs-on: ubuntu-latest From b6a94e9efc5820d99a9329d015357e8b34e89cb3 Mon Sep 17 00:00:00 2001 From: Gaurav Abbi Date: Wed, 20 May 2026 16:51:48 +0200 Subject: [PATCH 2/2] update the README.md: fix dead links issue --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f98971e95..790aebd8a 100644 --- a/README.md +++ b/README.md @@ -87,12 +87,12 @@ Running various samples requires access to the Kyma environment. There are also | [HANA Cloud NodeJS API](./hana-nodejs/README.md) | This sample demonstrates how SAP HANA Cloud can be utilized within the Kyma runtime | - | | [GeoServer for a geospatial middleware over HANA Cloud](./geoserver/README.md) | This sample provides a GeoServerinstance with the plugin for SAP HANA Connectivity | - | -## MS SQL/Azure SQL +## PostgreSQL | Name | Description | References | | ------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | -| [Deploy a Go PostgreSQL API Endpoint in SAP BTP, Kyma Runtime](./api-postgresql-go/README.md) | This sample provides a Golang API endpoint for communication with an MS SQL database | [Tutorial](https://developers.sap.com/tutorials/cp-kyma-api-mssql-golang.html) | -| [Use and Seed SAP BTP PostgreSQL in SAP BTP, Kyma Runtime](./database-postgres/README.md) | This sample demonstrates how to containerize and deploy an MS SQL database | [Tutorial](https://developers.sap.com/tutorials/cp-kyma-mssql-deployment.html) | +| [Deploy a Go PostgreSQL API Endpoint in SAP BTP, Kyma Runtime](./api-postgresql-go/README.md) | This sample provides a Golang API endpoint for communication with a PostgreSQL database | | +| [Use and Seed SAP BTP PostgreSQL in SAP BTP, Kyma Runtime](./database-postgres/README.md) | This sample demonstrates how to containerize and deploy a PostgreSQL database | | ## Advanced Scenarios