Skip to content

Commit

Permalink
Merge pull request #6 from The-Nefarious-Developer/pipeline
Browse files Browse the repository at this point in the history
Fix semantic release permission
  • Loading branch information
NickChecan authored Oct 18, 2024
2 parents 3dd98d4 + 7d06487 commit 155a1fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand All @@ -18,6 +21,7 @@ jobs:
- name: "Publish"
uses: devcontainers/action@v1
with:
templates-namespace: "devcontainers"
publish-templates: "true"
base-path-to-templates: "./src"
env:
Expand Down
2 changes: 1 addition & 1 deletion src/sap-cap-javascript-node/devcontainer-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 155a1fc

Please sign in to comment.