Skip to content

Commit f5de76e

Browse files
authored
fix(ci): release permission (#83)
1 parent 9755ea7 commit f5de76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
permissions:
1515
id-token: write # trusted publishing + attestations
1616
actions: write # caching
17-
contents: read
17+
contents: write # see https://github.com/softprops/action-gh-release#permissions
1818
steps:
1919
- name: Checkout repository
2020
uses: actions/checkout@v6

0 commit comments

Comments
 (0)