Skip to content

Commit 6ddde1c

Browse files
committed
Fix publish
1 parent bb33560 commit 6ddde1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@ jobs:
210210
path: tests/Images/ActualOutput/
211211

212212
Publish:
213+
permissions:
214+
contents: read
215+
packages: write
213216
needs: [Build]
214217
runs-on: ubuntu-latest
215218
if: (github.event_name == 'push')

0 commit comments

Comments
 (0)