Skip to content

Commit 504276b

Browse files
authored
Fix "Update" job (#277)
1 parent 48c7b51 commit 504276b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update.yml

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
with:
6767
name: data
6868
path: data
69+
# https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md
70+
- run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
6971
- run: npm run update
7072
- uses: peter-evans/create-pull-request@v7
7173
with:

0 commit comments

Comments
 (0)