Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit 0fe67c5

Browse files
committed
v1.3.0
1 parent 77324fb commit 0fe67c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: push melody tags to github
6767
if: steps.is_release_commit.outputs.result == 1
68-
run: git push https://${{ secrets.GITHUB_TOKEN }}@github.com/trivago/melody.git HEAD:master --follow-tags
68+
run: git push https://${{ secrets.MELODY_GITHUB_TOKEN }}@github.com/trivago/melody.git HEAD:master --follow-tags
6969

7070
- name: publish melody to npmjs.org
7171
if: steps.is_release_commit.outputs.result == 1

0 commit comments

Comments
 (0)