mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-20 12:29:03 +00:00
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:
@@ -10,6 +10,8 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
sizediff:
|
sizediff:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
# Prepare, install tools
|
# Prepare, install tools
|
||||||
- name: Add GOBIN to $PATH
|
- name: Add GOBIN to $PATH
|
||||||
|
|||||||
Reference in New Issue
Block a user