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:
parent
38d626a4cd
commit
31e1c221ff
2
.github/workflows/cron-renovate.yml
vendored
2
.github/workflows/cron-renovate.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user