This commit is contained in:
@@ -13,7 +13,6 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
token: ${{ secrets.GITEA_TOKEN }}
|
|
||||||
|
|
||||||
- name: Set up Java
|
- name: Set up Java
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ scrape_configs:
|
|||||||
|
|
||||||
The Gitea workflow expects these secrets/variables:
|
The Gitea workflow expects these secrets/variables:
|
||||||
|
|
||||||
- `GITEA_TOKEN`: token with repo write access for tags/releases.
|
- `GITEA_TOKEN`: built-in Actions token with repo write access for tags/releases.
|
||||||
- `GITEA_API_URL`: API base URL, for example `https://git.garvis.dev/api/v1`.
|
- `GITEA_API_URL`: API base URL, for example `https://git.garvis.dev/api/v1`.
|
||||||
|
|
||||||
## Metrics
|
## Metrics
|
||||||
|
|||||||
Reference in New Issue
Block a user