ci: give updater job write permissions
All checks were successful
Test / elint (push) Successful in 39s
All checks were successful
Test / elint (push) Successful in 39s
This commit is contained in:
parent
c054e87b7b
commit
79282fc2c7
1 changed files with 2 additions and 4 deletions
6
.github/workflows/update.yaml
vendored
6
.github/workflows/update.yaml
vendored
|
@ -1,10 +1,6 @@
|
|||
name: "Check for updates"
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Run every day at midnight, https://crontab.guru/#@daily.
|
||||
|
@ -17,6 +13,8 @@ concurrency:
|
|||
jobs:
|
||||
updater:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: jdx/mise-action@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue