Skip to content

Commit 2d35fe4

Browse files
meysholdtona-agent
andcommitted
Add GITHUB_TOKEN env to devcontainers action
Co-authored-by: Ona <[email protected]>
1 parent 74a6bd1 commit 2d35fe4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
- name: Publish Features
2929
uses: devcontainers/action@v1
3030
with:
31-
publish-features: true
32-
base-path-to-features: ./src
33-
generate-docs: true
31+
publish-features: "true"
32+
base-path-to-features: "./src"
33+
generate-docs: "true"
34+
env:
35+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)