Skip to content

Commit 27aeb8b

Browse files
authored
Merge pull request #11 from The-Nefarious-Developer/pipeline
Provide necessary auth to GitHub Actions bot
2 parents 1cc9523 + 6491ea7 commit 27aeb8b

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,16 @@ jobs:
1414
runs-on: ubuntu-latest
1515
permissions:
1616
packages: write
17+
contents: write
18+
pull-requests: write
1719
steps:
1820

1921
- uses: actions/checkout@v3
2022

2123
- name: "Publish"
2224
uses: devcontainers/action@v1
2325
with:
24-
# templates-namespace: "the-nefarious-developer/devcontainers"
26+
templates-namespace: "the-nefarious-developer/devcontainers"
2527
publish-templates: "true"
2628
base-path-to-templates: "./src"
2729
env:

src/sap-cap-javascript-node/devcontainer-template.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,11 @@
2828
"SAP",
2929
"BTP",
3030
"CloudFoundry"
31+
],
32+
"keywords": [
33+
"SAP",
34+
"CAP",
35+
"BTP",
36+
"CloudFoundry"
3137
]
3238
}

0 commit comments

Comments
 (0)