Skip to content

chore: fixed LOG_LEVEL environment #80

chore: fixed LOG_LEVEL environment

chore: fixed LOG_LEVEL environment #80

name: "Update Configuration and Build"
on:
workflow_dispatch:
push:
jobs:
update:
name: "Update Configuration & Build"
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: ubiquity-os/action-deploy-plugin@main
with:
treatAsEsm: true
sourcemap: false
env:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}