Skip to content

Commit 6b228ef

Browse files
committed
ci: fix push after release in not allowed
1 parent 91cc6da commit 6b228ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ jobs:
3838
with:
3939
default_author: github_actor
4040
message: 'docs: add version ${{ github.event.client_payload.tag }}'
41-
push: true
41+
push: true
42+
github_token: ${{ steps.obtainToken.outputs.token }}

0 commit comments

Comments
 (0)