chore: add write-all perms for update-v8 (#1397)

This commit is contained in:
Matt Mastracci 2024-02-13 11:47:11 -07:00 committed by GitHub
parent e04dc7baf4
commit f6e95ccd17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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