Skip to content

Commit

Permalink
FIX autotag workflow (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-alkadri authored May 28, 2024
1 parent 1c00ccb commit b088e22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/autotag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Auto Tag on PR Merge
on:
pull_request:
types: [closed]
workflow_dispatch:

jobs:
tag:
Expand Down Expand Up @@ -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

0 comments on commit b088e22

Please sign in to comment.