Update .gitea/workflows/renovate.yaml
All checks were successful
renovate / renovate (push) Successful in 11s
All checks were successful
renovate / renovate (push) Successful in 11s
This commit is contained in:
@@ -15,17 +15,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ghcr.io/renovatebot/renovate:latest
|
container: ghcr.io/renovatebot/renovate:latest
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
|
||||||
echo ${RENOVATE_TOKEN}
|
|
||||||
env:
|
|
||||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
|
||||||
|
|
||||||
- name: Run cURL command
|
|
||||||
run: |
|
|
||||||
curl -H "Authorization: token ${RENOVATE_TOKEN}" https://gitea.crescentec.ch/api/v1/user
|
|
||||||
env:
|
|
||||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- run: renovate
|
- run: renovate
|
||||||
|
|||||||
Reference in New Issue
Block a user