Skip to content

try to fix github action secretsss #14

try to fix github action secretsss

try to fix github action secretsss #14

Workflow file for this run

name: Deploy Staging
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/[email protected] # This is the action
with:
secrets: inherit
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: ${{ secrets.HEROKUAAPP }} #Must be unique in Heroku
heroku_email: ${{ secrets.EMAIL }}
# usedocker: true
# healthcheck: "https://.herokuapp.com/health"