Skip to content

Commit 08d31eb

Browse files
committed
Fix workflow permissions for repository dispatch
- Change contents permission from read to write - Required for GITHUB_TOKEN to create repository dispatch events - Enables automatic demo updates after latest tag builds
1 parent ccae97a commit 08d31eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
type: boolean
1515

1616
permissions:
17-
contents: read
17+
contents: write
1818
packages: write
1919

2020
jobs:

0 commit comments

Comments
 (0)