Skip to content

Commit

Permalink
Try git remote set-url
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Nov 27, 2023
1 parent 3d8f18e commit 25488cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ jobs:
run: |
git config --global user.name 'VA Automation Bot'
git config --global user.email '[email protected]'
git config user.name
git config user.email
git remote set-url origin "https://va-mobile-automation-robot:${{secrets.VA_MOBILE_ROBOT_GITHUB_PAT}}@github.com/department-of-veterans-affairs/va-mobile-library"
git pull
git add package.json
git commit -m 'Version bump: ${{ steps.bump-version.outputs.GIT_TAG }}'
Expand Down

0 comments on commit 25488cf

Please sign in to comment.