Skip to content

Commit 1552464

Browse files
Update .github/workflows/release.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 37f6c47 commit 1552464

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
@@ -46,4 +46,4 @@ jobs:
4646
# Custom token for triggering Docker image build GH Workflow on release
4747
# created by cycjimmy/semantic-release-action. Events created by
4848
# workflows with default GITHUB_TOKEN not trigger other GH Workflow.
49-
GITHUB_TOKEN: ${{ github.token }}
49+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)