Skip to content

Commit

Permalink
chore: set up login to git
Browse files Browse the repository at this point in the history
  • Loading branch information
enjenjenje committed Jun 24, 2024
1 parent 9c405a1 commit 5aa2850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Set Githib Token to pull from Fluence private repo
run: |
git config --global credential.helper store
echo "https://git:${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}@github.com" > ~/.git-credentials
git config --global url."https://git:${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}@github.com".insteadOf ssh://git@github.com
echo "https://git:${{ secrets.FLUENCEBOT_PRIV_KEY }}@github.com" > ~/.git-credentials
git config --global url."https://${{ secrets.FLUENCEBOT_PRIV_KEY }}@github.com".insteadOf ssh://git@github.com
- name: Get PR labels
Expand Down

0 comments on commit 5aa2850

Please sign in to comment.