Skip to content

Commit 74e6238

Browse files
authored
Merge pull request #3167 from networkupstools/FTY-obs
CI: Tune GHA workflows with in-repo PR
2 parents f85e72b + 7e40d20 commit 74e6238

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/01-make-dist.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
# Allow manually running the action, e.g. if disabled after some quietness in the source
2121

2222
permissions:
23-
contents: read
23+
contents: write
2424
issues: write
2525
pull-requests: write
2626

@@ -29,6 +29,8 @@ jobs:
2929
name: Make Dist and Docs Tarballs
3030
# FIXME: Prepare/maintain a container image with pre-installed
3131
# NUT build/tooling prereqs (save about 3 minutes per run!)
32+
# Maybe https://aschmelyun.com/blog/using-docker-run-inside-of-github-actions/
33+
# => https://github.com/addnab/docker-run-action can help
3234
runs-on: ubuntu-latest
3335
#permissions:
3436
# #actions: read

0 commit comments

Comments
 (0)