diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index da41b2c..7a7325d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,6 +5,9 @@ on: branches: - main +permissions: + contents: write # Ensure the GitHub Actions bot has write access + jobs: deploy: if: ${{ github.ref == 'refs/heads/main' }} @@ -18,6 +21,7 @@ jobs: - name: "Publish" uses: devcontainers/action@v1 with: + templates-namespace: "devcontainers" publish-templates: "true" base-path-to-templates: "./src" env: diff --git a/src/sap-cap-javascript-node/devcontainer-template.json b/src/sap-cap-javascript-node/devcontainer-template.json index f1ef7a4..1b8d455 100644 --- a/src/sap-cap-javascript-node/devcontainer-template.json +++ b/src/sap-cap-javascript-node/devcontainer-template.json @@ -2,7 +2,7 @@ "id": "sap-cap-javascript-node", "version": "1.0.0", "name": "SAP CAP", - "description": "Develop CAP based projects for the SAP BTP Cloud Foundry runtime.", + "description": "Develop CAP based projects for SAP BTP Cloud Foundry.", "documentationURL": "https://github.com/The-Nefarious-Developer/devcontainer-templates/tree/main/src/sap-cap-javascript-node", "publisher": "The Nefarious Developer", "licenseURL": "https://github.com/The-Nefarious-Developer/devcontainer-templates/blob/main/LICENSE",