Skip to content

Replace custom action view with DetailView #6

Replace custom action view with DetailView

Replace custom action view with DetailView #6

Workflow file for this run

name: Push to Space
on:
push:
branches:
- main
jobs:
push:
runs-on: ubuntu-latest
environment: Testing
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Push to Space
uses: neobrains/space-deployment-github-action@v0.5
with:
access_token: ${{ secrets.DETA_ACCESS_TOKEN }}
project_id: ${{ secrets.DETA_PROJECT_ID }}
space_push: true