Browse Source

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

Signed-off-by: deadprogram <ron@hybridgroup.com>
pull/3730/head
deadprogram 2 years ago
committed by Ron Evans
parent
commit
02913563df
  1. 2
      .github/workflows/sizediff.yml

2
.github/workflows/sizediff.yml

@ -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

Loading…
Cancel
Save