Skip to content

Commit ff7d72d

Browse files
committed
Add GitHub CLI feature to devcontainer and update release workflow for documentation PR
1 parent d293d6a commit ff7d72d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
}
1919
},
2020
"features": {
21-
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
21+
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
22+
"ghcr.io/devcontainers/features/github-cli:1": {}
2223
},
2324
"remoteUser": "node",
2425
"updateContentCommand": "npm install -g @devcontainers/cli"

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Create Pull Request for Documentation
3131
uses: peter-evans/create-pull-request@v7
3232
with:
33+
token: ${{ secrets.PAT_TOKEN }}
3334
commit-message: 'Automated documentation update [skip ci]'
3435
branch: automated-documentation-update-${{ github.run_id }}
3536
title: 'Automated documentation update'

0 commit comments

Comments
 (0)