Skip to content

Commit

Permalink
ci: Try fix promote not triggering CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Otard95 committed Jun 8, 2023
1 parent 8105e1c commit b928785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/general-promote-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
git config --global user.name '@actions-bot'
git config --global user.email '[email protected]'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git remote set-url origin https://x-access-token:${{ secrets.PROMOTE_PAT }}@github.com/${{ github.repository }}
- name: Promote version (merge dev to main)
run: |
git checkout main
Expand Down

0 comments on commit b928785

Please sign in to comment.