From b088e22d562369cbfd678112b2cc777c9cf39032 Mon Sep 17 00:00:00 2001 From: Ahmad Alkadri Date: Tue, 28 May 2024 11:33:24 +0200 Subject: [PATCH] FIX autotag workflow (#8) --- .github/workflows/autotag.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autotag.yml b/.github/workflows/autotag.yml index d8bd16d..73bdf98 100644 --- a/.github/workflows/autotag.yml +++ b/.github/workflows/autotag.yml @@ -3,6 +3,7 @@ name: Auto Tag on PR Merge on: pull_request: types: [closed] + workflow_dispatch: jobs: tag: @@ -34,4 +35,4 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git tag $NEW_TAG - git push https://${{ secrets.PAT_LAVIEENGO_SECRET }}@github.com/ahmad-alkadri/LaVieEnGo.git $NEW_TAG + git push https://${{ secrets.PAT_GODINORUN }}@github.com/ahmad-alkadri/go-dinorun.git $NEW_TAG