ci: rename secret GITEA_TOKEN → BOT_TOKEN (GITEA_ prefix is reserved)
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITEA_TOKEN }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
|
|
||||||
- name: Install Java & Graphviz
|
- name: Install Java & Graphviz
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user