Skip to content

Commit

Permalink
added gmt_tools key to weekly_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yonnorc42 committed Nov 20, 2023
1 parent 3f15890 commit 79d4973
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/weeklytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v3
with:
# This is a personal access token with access to the gmt_tools repo.
# It is stored as a repo secret in BFASST and a dependabot secret in BFASST
# (for PRs generated by dependabot).
token: ${{ secrets.GMT_TOOLS_PAT }}
submodules: 'recursive'
- id: set-matrix
run: |
echo "matrix=$(ls experiments/weekly_tests/*.yaml | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 79d4973

Please sign in to comment.