build: add write permission to sizediff GH actions job to always be able to add comments

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2023-05-16 10:46:10 +02:00
committed by Ron Evans
parent 535e64adbc
commit 02913563df
+2
View File
@@ -10,6 +10,8 @@ concurrency:
jobs:
sizediff:
runs-on: ubuntu-22.04
permissions:
pull-requests: write
steps:
# Prepare, install tools
- name: Add GOBIN to $PATH