Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/submodules/third_party/RapidWrigh…
Browse files Browse the repository at this point in the history
…t-c04469f
  • Loading branch information
jgoeders authored Oct 30, 2023
2 parents 9404eab + a94782f commit f323101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
ls -la ./
- uses: actions/checkout@v3
with:
token: ${{ secrets.GMT_TOOLS_PAT }}
token: ${{ secrets.GMT_TOOLS_PAT || github.token}}
submodules: 'recursive'
- uses: ./.github/actions/setup_env
with:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GMT_TOOLS_PAT }}
token: ${{ secrets.GMT_TOOLS_PAT || github.token}}
submodules: 'recursive'

- uses: ./.github/actions/setup_env
Expand Down

0 comments on commit f323101

Please sign in to comment.