Skip to content

Commit fd727e6

Browse files
committed
fixed github token
1 parent f32de28 commit fd727e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
with:
194194
name: ${{ needs.validate.outputs.release_version }}
195195
tag_name: ${{ needs.validate.outputs.release_version }}
196-
token: ${{ env.REPO_READONLY_PAT }}
196+
token: ${{ secrets.GITHUB_TOKEN }}
197197
make_latest: true
198198
target_commitish: main
199199
generate_release_notes: true

0 commit comments

Comments
 (0)