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 d41db5f commit 2e440bc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/associate_commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: set up .netrc
uses: extractions/netrc@v1
- uses: extractions/netrc@v1
with:
machine: api.heroku.com
username: ${{ secrets.HEROKU_ACCOUNT }}
password: ${{ secrets.HEROKU_API_KEY }}
- name: set up .netrc
uses: extractions/netrc@v1
- uses: extractions/netrc@v1
with:
machine: git.heroku.com
username: ${{ secrets.HEROKU_ACCOUNT }}
Expand Down

0 comments on commit 2e440bc

Please sign in to comment.