Skip to content

Commit

Permalink
Create ci_manual_single_merge_generate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgough-970 authored Feb 13, 2024
1 parent 55ed6a3 commit 7450519
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci_manual_single_merge_generate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Manual Single File Execute-Store-Generate HTML
on:
workflow_dispatch:
inputs:
filename:
description: 'Notebook file name:'
required: true
default: 'notebook.ipynb'

jobs:
GenerateHTML:
uses: spacetelescope/notebook-ci-actions/.github/workflows/ci_build_merge_manual_single.yml@v3
with:
python-version: ${{ vars.PYTHON_VERSION }}
filename: ${{ github.event.inputs.filename }}
secrets:
CASJOBS_PW: ${{ secrets.CASJOBS_PW }}
CASJOBS_USERID: ${{ secrets.CASJOBS_USERID }}
permissions:
contents: write

0 comments on commit 7450519

Please sign in to comment.