mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-22 06:40:12 +08:00
ci: grant the release
workflow the write
permission to contents
(#5017)
This commit is contained in:
parent
0499d9c1c4
commit
487217519c
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -25,7 +25,8 @@ jobs:
|
|||
permissions:
|
||||
id-token: write
|
||||
# https://docs.github.com/en/rest/overview/permissions-required-for-github-apps#permission-on-contents
|
||||
contents: read
|
||||
# "Releases" is part of `contents`, so it needs the `write`
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- name: Install Go
|
||||
|
|
Loading…
Reference in New Issue
Block a user