-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create ci_manual_single_merge_generate.yml
- Loading branch information
1 parent
0c78f98
commit efcd408
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |