Skip to content

Commit 570996b

Browse files
ci: Ensure release.yml points to GitHub token, among other fixes
1 parent 5d9d5d8 commit 570996b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,11 @@ jobs:
2626
run: npm ci
2727
env:
2828
HUSKY: 0 # Disable husky within CI/CD
29-
- name: Configure git
30-
run: |
31-
git config user.name "GitHub Actions Bot"
32-
git config user.email "github-actions-bot@users.noreply.github.com"
3329
- uses: googleapis/release-please-action@v4
3430
with:
3531
release-type: node
32+
token: ${{ secrets.GITHUB_TOKEN }}
33+
manifest-file: .release-please-manifest.json
3634
- name: Build project
3735
if: ${{ steps.release.outputs.release_created }}
3836
run: npm run build

0 commit comments

Comments
 (0)