workflow: fix gitea token on checkout
This commit is contained in:
parent
1abc06f58c
commit
b9b5b378f7
@ -12,7 +12,7 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
token: "${{ secrets.GH_TOKEN }}"
|
token: "${{ gitea.token }}"
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: flake-updates
|
ref: flake-updates
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user