fix(github-actions):将权限从read更改为write
Some checks are pending
Docker Build and Publish / build (push) Waiting to run
gitea-sync.yml / trigger-gitea-sync (push) Waiting to run

This commit is contained in:
suyiiyii 2024-08-25 19:41:39 +08:00
parent 95e1173849
commit 6185381753

View File

@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
packages: write
# This is used to complete the identity challenge
# with sigstore/fulcio when running outside of PRs.