Skip to content

Commit c1118ae

Browse files
committed
fix: use temporary gh token
1 parent 40e5485 commit c1118ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd-main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: google-github-actions/release-please-action@v4
2525
id: release
2626
with:
27-
token: ${{ secrets.GH_TOKEN_RELEASE_PLEASE }}
27+
token: ${{ secrets.GH_TOKEN_RELEASE_PLEASE_TEST }}
2828
release-type: simple
2929

3030
generate-git-short-sha:

0 commit comments

Comments
 (0)