Skip to content

Commit

Permalink
chore: add write-all perms for update-v8
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Feb 13, 2024
1 parent e04dc7b commit bb193cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb193cd

Please sign in to comment.