0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-15 17:11:10 +02:00

Add permissions to cron-renovate workflow

Co-Authored-By: Claude (Opus 4.6) <noreply@anthropic.com>
This commit is contained in:
silverwind 2026-03-31 12:50:08 +02:00
parent 38d626a4cd
commit 31e1c221ff

View File

@ -9,6 +9,8 @@ jobs:
cron-renovate:
runs-on: ubuntu-latest
if: github.repository == 'go-gitea/gitea'
permissions:
contents: read
steps:
- uses: actions/create-github-app-token@v1
id: get_token