Skip to content

Commit

Permalink
Try using github token
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoeders committed Oct 30, 2023
1 parent b44f65b commit a94782f
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 a94782f

Please sign in to comment.