Skip to content

Commit 450806f

Browse files
authored
Give render-samples runner write permission (#61)
1 parent eb889fc commit 450806f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
container:
8989
image: ghcr.io/trustedcomputinggroup/pandoc_test
9090
permissions:
91-
contents: read
91+
contents: write
9292

9393
steps:
9494
- name: Checkout repository
@@ -116,4 +116,4 @@ jobs:
116116
with:
117117
commit_message: Generate latest PDF
118118
file_pattern: guide.pdf
119-
if: github.event_name != 'pull_request'
119+
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)