Skip to content

Commit 859e123

Browse files
authored
Update tag.yml
1 parent 0044c2b commit 859e123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
git init .
3939
git commit -m "$VERCODE-$VERNAME" --allow-empty
4040
git tag "$VERCODE-$VERNAME" -m "$VERCODE-$VERNAME" -f
41-
git remote add origin "https://${{ secrets.GRAPHQL_TOKEN }}@github.com/${{ github.event.inputs.repo }}.git"
41+
git remote add origin "https://${{ secrets.TAG_TOKEN }}@github.com/${{ github.event.inputs.repo }}.git"
4242
git push origin "$VERCODE-$VERNAME" -f
4343
curl -X PATCH -H "Accept: application/vnd.github.v3+json" -H "Authorization: Bearer ${{ secrets.GRAPHQL_TOKEN }}" https://api.github.com/repos/${{ github.event.inputs.repo }}/releases/${{ github.event.inputs.release }} -d "{\"tag_name\":\"${VERCODE}-${VERNAME}\"}"

0 commit comments

Comments
 (0)