1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 13:58:08 +00:00

Delete .github/workflows/_studio.yml

This commit is contained in:
Nebel 2024-04-22 12:21:40 +09:00 committed by GitHub
parent 65d2e4a71f
commit 051d8906d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,26 +0,0 @@
name: Astro Studio
env:
ASTRO_STUDIO_APP_TOKEN: ${{secrets.ASTRO_STUDIO_APP_TOKEN }}
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
DB:
permissions:
contents: read
actions: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: jaid/action-npm-install@v1.2.1
- uses: withastro/action-studio@main