Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 0987d3d

Browse files
committed
meta: configure credentials for git in publish
1 parent 6072061 commit 0987d3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,10 @@ jobs:
254254
# Number of commits to fetch. 0 indicates all history for all branches and tags.
255255
# We need the entire history to generate the changelog properly
256256
fetch-depth: 0
257+
# The credentials used for checkout are persisted
258+
# Lerna will use the same credentials later for "git push".
259+
# This must be done using the Sequelize bot.
260+
token: '${{ steps.generate-token.outputs.token }}'
257261
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
258262
with:
259263
node-version: 20.x

0 commit comments

Comments
 (0)