Skip to content

Commit c666226

Browse files
authored
fix(ci): pass GITHUB_TOKEN for release-please to enable labels and PRs (#9)
Signed-off-by: Jonatan Mata <jonmatum@gmail.com>
1 parent 1d6048c commit c666226

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/devcontainer-features.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Here is the clean, professional, combined workflow you requested:
2-
# This workflow will validate features, manage releases with Release Please, and publish after releases.
3-
41
name: Validate, Release, and Publish Features
52

63
on:
@@ -48,6 +45,7 @@ jobs:
4845
with:
4946
config-file: .release-please-config.json
5047
manifest-file: .release-please-manifest.json
48+
token: ${{ secrets.GITHUB_TOKEN }}
5149

5250
publish:
5351
name: Publish Features (after release)

0 commit comments

Comments
 (0)