Skip to content

Commit 38cb2fd

Browse files
committed
ci: Add token to checkout action and remove commitMode from Changesets action in release workflow.
1 parent 7cb72f9 commit 38cb2fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39+
with:
40+
token: ${{ secrets.GOOGLEWORKSPACE_BOT_TOKEN }}
3941
- uses: pnpm/action-setup@v3
4042
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4143
with:
@@ -56,7 +58,6 @@ jobs:
5658
publish: pnpm run changeset:publish
5759
commit: "ci: Version Packages"
5860
title: "ci: Version Packages"
59-
commitMode: github-api
6061
setupGitUser: false
6162
- uses: actions/configure-pages@v5
6263
- uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)