fix: rename GITEA_TOKEN to DISPATCH_TOKEN

This commit is contained in:
2026-02-20 09:10:23 -05:00
parent fb2d58a87f
commit 3a82afd483

View File

@@ -15,7 +15,7 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.DISPATCH_TOKEN }}
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5