Skip to content

Commit b964886

Browse files
authored
chore: Enable publish permission for docs (#14)
1 parent 2e1a51b commit b964886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Needed to get tokens during publishing.
2525
permissions:
2626
id-token: write
27-
contents: read
27+
contents: write # Needed in this case to write github pages.
2828
outputs:
2929
gem-hash: ${{ steps.publish.outputs.gem-hash}}
3030
steps:

0 commit comments

Comments
 (0)