fix: standardize token and URL env vars to MOKOGITEA naming [skip ci]

This commit is contained in:
Moko Consulting [bot]
2026-06-25 16:46:27 +00:00
parent bdd843c8d3
commit ba05fec731
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.MOKOGITEA_TOKEN || secrets.GA_TOKEN || github.token }}
token: ${{ secrets.MOKOGITEA_TOKEN || github.token }}
ref: ${{ inputs.branch || github.ref }}
fetch-depth: 1