Skip to content

try to fix github action secretsss #16

try to fix github action secretsss

try to fix github action secretsss #16

Workflow file for this run

name: Deploy Staging
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
git config --global user.email "[email protected]"
git config --global user.name "Andressa Cruz"
git add -A
- 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://endie-staging-b4b8fbb2224a.herokuapp.com/"