diff --git a/.github/workflows/associate_commits.yml b/.github/workflows/associate_commits.yml index a2ac5c6..5c158d5 100644 --- a/.github/workflows/associate_commits.yml +++ b/.github/workflows/associate_commits.yml @@ -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