Skip to content

Commit 062ba38

Browse files
committed
Fix evaluation order of github tokens
1 parent afe1d33 commit 062ba38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
needs: [build-documentation-job, lint-job, type-check-job]
8888
runs-on: ubuntu-latest
8989
env:
90-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN || secrets.ALTERNATIVE_GITHUB_TOKEN }}
90+
GITHUB_TOKEN: ${{ secrets.ALTERNATIVE_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
9191
strategy:
9292
fail-fast: false
9393
matrix:

0 commit comments

Comments
 (0)