Skip to content

fix: stop using nobody #45

fix: stop using nobody

fix: stop using nobody #45

Workflow file for this run

name: Deploy to Heroku
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "eml-analyzer"
heroku_email: ${{secrets.HEROKU_EMAIL}}