Skip to content

Commit

Permalink
starting
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Dec 22, 2023
1 parent e4d4678 commit f4e0fc5
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/associate_commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ on:
workflow_dispatch

jobs:
name: associate commits to heroku release in sentry
runs-on: ubuntu-latest
associate:
name: associate commits to heroku release in sentry
runs-on: ubuntu-latest

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

0 comments on commit f4e0fc5

Please sign in to comment.