mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
chore(deps): update akhileshns/heroku-deploy action to v3.12.14
This commit is contained in:
parent
3baf9052ae
commit
ac6ea48b91
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Run tests
|
||||
run: bundle exec rake
|
||||
- name: Deploy to Heroku
|
||||
uses: akhileshns/heroku-deploy@5ef17ff17a3fb8e9ad822ae6a61648a3ef9e0c3d # v3.12.13
|
||||
uses: akhileshns/heroku-deploy@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 # v3.12.14
|
||||
with:
|
||||
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
|
||||
heroku_app_name: "devdocs"
|
||||
|
|
Loading…
Reference in a new issue