We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f85e72b + 7e40d20 commit 74e6238Copy full SHA for 74e6238
1 file changed
.github/workflows/01-make-dist.yml
@@ -20,7 +20,7 @@ on:
20
# Allow manually running the action, e.g. if disabled after some quietness in the source
21
22
permissions:
23
- contents: read
+ contents: write
24
issues: write
25
pull-requests: write
26
@@ -29,6 +29,8 @@ jobs:
29
name: Make Dist and Docs Tarballs
30
# FIXME: Prepare/maintain a container image with pre-installed
31
# 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
34
runs-on: ubuntu-latest
35
#permissions:
36
# #actions: read
0 commit comments