We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d293d6a commit ff7d72dCopy full SHA for ff7d72d
2 files changed
.devcontainer/devcontainer.json
@@ -18,7 +18,8 @@
18
}
19
},
20
"features": {
21
- "ghcr.io/devcontainers/features/docker-in-docker:2": {}
+ "ghcr.io/devcontainers/features/docker-in-docker:2": {},
22
+ "ghcr.io/devcontainers/features/github-cli:1": {}
23
24
"remoteUser": "node",
25
"updateContentCommand": "npm install -g @devcontainers/cli"
.github/workflows/release.yaml
@@ -30,6 +30,7 @@ jobs:
30
- name: Create Pull Request for Documentation
31
uses: peter-evans/create-pull-request@v7
32
with:
33
+ token: ${{ secrets.PAT_TOKEN }}
34
commit-message: 'Automated documentation update [skip ci]'
35
branch: automated-documentation-update-${{ github.run_id }}
36
title: 'Automated documentation update'
0 commit comments