Skip to content

Commit b54841b

Browse files
committed
fix: add checkout step and issues permission to release-please workflow
1 parent 6a4939b commit b54841b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
permissions:
88
contents: write
99
pull-requests: write
10+
issues: write
1011

1112
jobs:
1213
release-please:
@@ -21,6 +22,11 @@ jobs:
2122
prerelease: ${{ steps.release_please.outputs.prerelease }}
2223

2324
steps:
25+
- uses: actions/checkout@v4
26+
with:
27+
fetch-depth: 0
28+
token: ${{ secrets.GITHUB_TOKEN }}
29+
2430
- uses: googleapis/release-please-action@v4
2531
id: release_please
2632
with:

0 commit comments

Comments
 (0)