Skip to content

Commit

Permalink
chore: Promote version [promote dev to main]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-bot committed Jun 8, 2023
2 parents 0f0042a + b928785 commit d0ac70d
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 d0ac70d

Please sign in to comment.