Skip to content

Commit

Permalink
Adjust workflow secrets syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Oct 24, 2023
1 parent ee9c9d9 commit 4483760
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run_tests_cdash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
name: Run CDash Ubuntu/Linux netCDF Tests

on: [pull_request, workflow_dispatch]
workflow_call:
secrets:
CDASH_TOKEN:
description: 'A token required to access the cdash dashboard'
required: true

jobs:

Expand Down

0 comments on commit 4483760

Please sign in to comment.