Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Four lecture #1

Merged
merged 15 commits into from
Oct 29, 2022
Prev Previous commit
Next Next commit
test token
  • Loading branch information
renansantosmendes committed Oct 29, 2022
commit 98ed30b43edb4d445ca082b05ba938d4e813d3c2
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v2
- uses: akhileshns/heroku-deploy@v3.12.12
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_api_key: ${{secrets.HEROKU_API_TOKEN}}
heroku_app_name: "api-puc"
heroku_email: "renansantosmendes@gmail.com"
healthcheck: "https://api-puc.herokuapp.com/health"
Expand Down