From 2e440bcf732e9e9b1411a1e57172c9bf726363b7 Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Thu, 21 Dec 2023 19:46:54 -0500 Subject: [PATCH] set up netrc for git too --- .github/workflows/associate_commits.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/associate_commits.yml b/.github/workflows/associate_commits.yml index 5c158d5..127003c 100644 --- a/.github/workflows/associate_commits.yml +++ b/.github/workflows/associate_commits.yml @@ -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 }}