ci: add actions: write permission to release_crates

This commit is contained in:
Boshen 2024-06-12 18:00:50 +08:00
parent 95e0571c2e
commit a798ff4e89
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

@ -10,6 +10,7 @@ on:
permissions:
contents: write
actions: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}