fix: restore GITEA_TOKEN in workflow
This commit is contained in:
parent
c9305b2b01
commit
d579127a11
@ -1,5 +1,8 @@
|
|||||||
name: PR Checks
|
name: PR Checks
|
||||||
|
|
||||||
|
env:
|
||||||
|
GITEA_TOKEN: ${{ secrets.CI_TOKEN }}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user