Skip to content

docs: arguments-builder.config #3

docs: arguments-builder.config

docs: arguments-builder.config #3

Workflow file for this run

name: Deploy
on:
push:
# Sequence of patterns matched against refs/heads
branches:
- dev
permissions:
actions: read
contents: read
jobs:
debug:
uses: ./.github/workflows/dev.yml
secrets: inherit
deploy:
needs: debug
runs-on: ubuntu-latest
steps:
- name: Download artifact
uses: actions/download-artifact@master
with:
name: artifact
- name: Deploy Request
uses: exuanbo/actions-deploy-gist@main
with:
token: ${{ secrets.GIST_TOKEN }}
gist_id: e9cf9f1b7044c93f94c926de94bb5a7b
gist_description: "🍿️ DualSubs: 🇳 Netflix β"
file_path: dist/request.bundle.js
- name: Deploy Reponse
uses: exuanbo/actions-deploy-gist@main
with:
token: ${{ secrets.GIST_TOKEN }}
gist_id: e9cf9f1b7044c93f94c926de94bb5a7b
gist_description: "🍿️ DualSubs: 🇳 Netflix β"
file_path: dist/response.bundle.js