mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
chore: add write-all perms for update-v8 (#1397)
This commit is contained in:
parent
e04dc7baf4
commit
f6e95ccd17
2
.github/workflows/update-v8.yml
vendored
2
.github/workflows/update-v8.yml
vendored
@ -5,6 +5,8 @@ on:
|
||||
- cron: "1 10 * * *" # this is 1 hour after the autoroll in denoland/v8
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: write-all
|
||||
|
||||
jobs:
|
||||
update:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user