We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9755ea7 commit f5de76eCopy full SHA for f5de76e
1 file changed
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
permissions:
15
id-token: write # trusted publishing + attestations
16
actions: write # caching
17
- contents: read
+ contents: write # see https://github.com/softprops/action-gh-release#permissions
18
steps:
19
- name: Checkout repository
20
uses: actions/checkout@v6
0 commit comments