Skip to content

Commit

Permalink
set up netrc for git too
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Dec 22, 2023
1 parent f401008 commit d41db5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/associate_commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,11 @@ jobs:
machine: api.heroku.com
username: ${{ secrets.HEROKU_ACCOUNT }}
password: ${{ secrets.HEROKU_API_KEY }}
- name: set up .netrc
uses: extractions/netrc@v1
with:
machine: git.heroku.com
username: ${{ secrets.HEROKU_ACCOUNT }}
password: ${{ secrets.HEROKU_API_KEY }}
- name: login into heroku
run: heroku login

0 comments on commit d41db5f

Please sign in to comment.